diff options
Diffstat (limited to '.config/ranger')
-rw-r--r-- | .config/ranger/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 72384f2..25ac810 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -395,8 +395,8 @@ map cm search_next order=mtime map ca search_next order=atime # Tabs -map <C-t> tab_new ~ -map <C-t> tab_move 1 +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 |