Update lfrc (#495)
Prevent globing, filenames with spaces will not open.
This commit is contained in:
parent
2eb4f10b84
commit
dab3ae5be0
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue