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