aboutsummaryrefslogtreecommitdiffstats
path: root/.config/ranger/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/ranger/rc.conf')
-rw-r--r--.config/ranger/rc.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf
index 20f9ea3..d8a94ac 100644
--- a/.config/ranger/rc.conf
+++ b/.config/ranger/rc.conf
@@ -210,6 +210,7 @@ map ; console
map ! console shell
map @ console -p6 shell %%s
map # console shell -p
+map l console shell -p
map s console shell
map r chain draw_possible_programs; console open_with
map f console find
@@ -340,7 +341,9 @@ map cm search_next order=mtime
map ca search_next order=atime
# Tabs
-map <C-n> tab_new ~
+map <C-t> tab_new ~
+map <C-n> tab_move 1
+map <C-p> tab_move -1
map <C-w> tab_close
map <TAB> tab_move 1
map <S-TAB> tab_move -1