diff options
Diffstat (limited to '.config/lf')
| -rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index f12d9c7..315ac3f 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -94,7 +94,7 @@ cmd setbg "$1" cmd bulkrename $vidir # Bindings -map <c-f> $lf -remote "send $id select '$(fzf)'" +map <c-f> $lf -remote "send $id select \"$(fzf)\"" map J $lf -remote "send $id cd $(sed -e 's/\s*#.*//' -e '/^$/d' -e 's/^\S*\s*//' ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs | fzf)" map gh map g top |
