lf: rename keybindings, icons
This commit is contained in:
parent
042f3a9f2e
commit
c1af8c0ef0
|
|
@ -5,7 +5,7 @@ or
|
||||||
ex
|
ex
|
||||||
*.vimrc
|
*.vimrc
|
||||||
*.viminfo
|
*.viminfo
|
||||||
*.gitignore
|
*.gitignore
|
||||||
*.c
|
*.c
|
||||||
*.cc
|
*.cc
|
||||||
*.clj
|
*.clj
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ set drawbox true
|
||||||
set period 1
|
set period 1
|
||||||
set cleaner '~/.config/lf/cleaner'
|
set cleaner '~/.config/lf/cleaner'
|
||||||
set previewer '~/.config/lf/scope'
|
set previewer '~/.config/lf/scope'
|
||||||
set autoquit on
|
set autoquit true
|
||||||
|
|
||||||
# cmds/functions
|
# cmds/functions
|
||||||
cmd open ${{
|
cmd open ${{
|
||||||
|
|
@ -84,11 +84,11 @@ map X !$f
|
||||||
map o &mimeopen $f
|
map o &mimeopen $f
|
||||||
map O $mimeopen --ask $f
|
map O $mimeopen --ask $f
|
||||||
|
|
||||||
map A rename # at the very end
|
map A :rename; cmd-end # at the very end
|
||||||
map c push A<c-u> # new rename
|
map c push A<c-u> # new rename
|
||||||
map I push A<c-a> # at the very beginning
|
map I :rename; cmd-home # at the very beginning
|
||||||
map i push A<a-b><a-b><a-f> # before extension
|
map i :rename # before extension
|
||||||
map a push A<a-b> # after extension
|
map a :rename; cmd-right # after extension
|
||||||
map br $vimv
|
map br $vimv
|
||||||
map bg $genwall $f
|
map bg $genwall $f
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue