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
|
||||
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 g top
|
||||
map gg top
|
||||
map DD delete
|
||||
map E extract
|
||||
map C copyto
|
||||
@ -149,9 +149,11 @@ map X !$f
|
||||
map o &mimeopen $f
|
||||
map O $mimeopen --ask $f
|
||||
|
||||
map dd trash
|
||||
map dr restore_trash
|
||||
map t
|
||||
map tt trash
|
||||
map tr restore_trash
|
||||
|
||||
map m
|
||||
map md mkdir
|
||||
map mf mkfile
|
||||
map me mkfile_and_edit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user