mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Fix setting backgrounds in lf
File names with spaces could not be set as the wallpaper in lf. This commit fixes it by adding double quotation marks.
This commit is contained in:
parent
3dc859933b
commit
e928b366fe
@ -85,7 +85,7 @@ map I push A<c-a> # at the very beginning
|
||||
map i push A<a-b><a-b><a-f> # before extention
|
||||
map a push A<a-b> # after extention
|
||||
map B bulkrename
|
||||
map b $setbg $f
|
||||
map b $setbg "$f"
|
||||
|
||||
map <c-e> down
|
||||
map <c-y> up
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user