Update home/.config/ranger/rc.conf
This commit is contained in:
parent
cb72e4303a
commit
8f2ac069e4
@ -258,13 +258,12 @@ unmap <C-v> <C-x> <C-c>
|
|||||||
unmap <C-t> <C-w>
|
unmap <C-t> <C-w>
|
||||||
unmap <Tab> <S-Tab>
|
unmap <Tab> <S-Tab>
|
||||||
unmap .. /
|
unmap .. /
|
||||||
unmap A a c d G m N n o p S s T t V y z
|
unmap A a c d G g M m N n o p S s T t V y z
|
||||||
unmap ct cs ci cc cm ca
|
unmap ct cs ci cc cm ca
|
||||||
unmap gi gl gr ge gh gn go gR gs gT gt gu
|
unmap gi gl gr ge gh gn go gR gs gT gt gu
|
||||||
|
unmap Mi Mf Mm Mp Ms Mt
|
||||||
|
unmap mi mf mm mp ms mt
|
||||||
unmap ud um uq ut uV uv uy
|
unmap ud um uq ut uV uv uy
|
||||||
|
|
||||||
# Return to normal mode
|
|
||||||
#
|
|
||||||
map <ESC> change_mode normal
|
map <ESC> change_mode normal
|
||||||
|
|
||||||
# <Fx> commands
|
# <Fx> commands
|
||||||
@ -391,6 +390,8 @@ map b<bg> draw_bookmarks
|
|||||||
map du shell -p du --max-depth=1 -h --apparent-size
|
map du shell -p du --max-depth=1 -h --apparent-size
|
||||||
map dU shell -p du --max-depth=1 -h --apparent-size | sort -rh
|
map dU shell -p du --max-depth=1 -h --apparent-size | sort -rh
|
||||||
map y. yank name_without_extension
|
map y. yank name_without_extension
|
||||||
|
map ae extract
|
||||||
|
map ac compress
|
||||||
|
|
||||||
# Filesystem Operations
|
# Filesystem Operations
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user