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:
Chexier 2020-09-06 01:48:48 -03:00
parent 3dc859933b
commit e928b366fe
No known key found for this signature in database
GPG Key ID: 0AD2FF0D60999D37

View File

@ -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