diff options
| author | AntonĂn Dach <freed00m@users.noreply.github.com> | 2020-03-03 22:50:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-03 16:50:10 -0500 |
| commit | dab3ae5be0c4a6565394694a6e9cdc61cdeb8d03 (patch) | |
| tree | d52fb282c47ee23874d5ad5973114472f418ce2b /.config/lf | |
| parent | 2eb4f10b84c3918c178675a5d32cc457209a38f9 (diff) | |
| download | eibhear-dab3ae5be0c4a6565394694a6e9cdc61cdeb8d03.tar.gz eibhear-dab3ae5be0c4a6565394694a6e9cdc61cdeb8d03.tar.zst eibhear-dab3ae5be0c4a6565394694a6e9cdc61cdeb8d03.zip | |
Update lfrc (#495)
Prevent globing, filenames with spaces will not open.
Diffstat (limited to '.config/lf')
| -rw-r--r-- | .config/lf/lfrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 18a7e53..27900a1 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -70,5 +70,5 @@ map <c-r> reload map <enter> shell map x $$f map X !$f -map o &mimeopen $f -map O $mimeopen --ask $f +map o &mimeopen "$f" +map O $mimeopen --ask "$f" |
