Change ranger xp to toggle preview
Use ~ to change view modes instead, which is a standard key mapping that already comes set up with ranger out of the box.
This commit is contained in:
parent
bd87f3a9e6
commit
8f0f734001
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
map xh set show_hidden!
|
map xh set show_hidden!
|
||||||
map xv chain set vcs_aware!; reset
|
map xv chain set vcs_aware!; reset
|
||||||
map xp set viewmode!
|
map xp chain set preview_directories!; set preview_files!; set preview_images!
|
||||||
map xP chain set preview_directories!; set preview_files!; set preview_images!
|
|
||||||
|
|
||||||
map er open_with rvim
|
map er open_with rvim
|
||||||
map ev open_with vim
|
map ev open_with vim
|
||||||
|
|
Loading…
Reference in a new issue