updated lfrc, I actually think something is broken still but I cant remember what :/
This commit is contained in:
parent
1755c9b0f8
commit
eb92aa330a
@ -135,7 +135,7 @@ cmd bulkrename $vidir
|
|||||||
# Bindings
|
# 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 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 g top
|
map gg top
|
||||||
map DD delete
|
map DD delete
|
||||||
map E extract
|
map E extract
|
||||||
map C copyto
|
map C copyto
|
||||||
@ -149,9 +149,11 @@ map X !$f
|
|||||||
map o &mimeopen $f
|
map o &mimeopen $f
|
||||||
map O $mimeopen --ask $f
|
map O $mimeopen --ask $f
|
||||||
|
|
||||||
map dd trash
|
map t
|
||||||
map dr restore_trash
|
map tt trash
|
||||||
|
map tr restore_trash
|
||||||
|
|
||||||
|
map m
|
||||||
map md mkdir
|
map md mkdir
|
||||||
map mf mkfile
|
map mf mkfile
|
||||||
map me mkfile_and_edit
|
map me mkfile_and_edit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user