1
0

Update home/.config/ranger/rc.conf

This commit is contained in:
Jeff Lance 2024-03-09 20:48:12 +01:00
parent 2b0e09f234
commit 18de75da6f

View File

@ -60,7 +60,7 @@ set automatically_count_files true
set open_all_images true set open_all_images true
# Be aware of version control systems and display information. # Be aware of version control systems and display information.
set vcs_aware false set vcs_aware true
# State of the three backends git, hg, bzr. The possible states are # State of the three backends git, hg, bzr. The possible states are
# disabled, local (only show local info), enabled (show local and remote # disabled, local (only show local info), enabled (show local and remote
@ -251,12 +251,15 @@ alias travel scout -aefiklst
# Unmap anything # Unmap anything
# #
unmap <a-1> <a-2> <a-3> <a-4> <a-5> <a-6> <a-7> <a-8> <a-9>
unmap <C-r> <C-l> <C-d> <C-h> <C-m> <C-n> <C-q> unmap <C-r> <C-l> <C-d> <C-h> <C-m> <C-n> <C-q>
unmap <C-a> unmap <C-a>
unmap <C-v> <C-x> <C-c> unmap <C-v> <C-x> <C-c>
unmap <C-t> <C-w> unmap <C-t> <C-w>
unmap .. unmap <Tab> <S-Tab>
unmap A a c d G m n o p S s y z unmap .. /
unmap A a c d G m N n o p S s T t V y z
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 ud um uq ut uV uv uy unmap ud um uq ut uV uv uy
@ -594,4 +597,4 @@ tmap <ESC> taskview_close
copytmap <ESC> q Q w <C-c> copytmap <ESC> q Q w <C-c>
/* vim: set filetype=vim : */ # vim: set filetype=config : #