summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-04-01 22:03:27 +0200
committerhut <hut@lepus.uberspace.de>2016-04-01 22:03:27 +0200
commitc2a80403babd4f963eb1d0229ab3dd8214715d54 (patch)
tree7b30f724ce135b120e8ff705d586ee8393898dce /examples
parent8389d8c1114512bffd5c4a8285b6e995ea5c42e5 (diff)
downloadranger-c2a80403babd4f963eb1d0229ab3dd8214715d54.tar.gz
fixed key binding for new tabs in rc_emacs.conf, its now <C-x><C-f>
Diffstat (limited to 'examples')
-rw-r--r--examples/rc_emacs.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf
index f5e66b89..f0752e62 100644
--- a/examples/rc_emacs.conf
+++ b/examples/rc_emacs.conf
@@ -347,7 +347,7 @@ map <C-r> search_next forward=False
 map <C-x>b    tab_move 1
 map <A-Right> tab_move 1
 map <A-Left>  tab_move -1
-map <C-x>f    tab_new ~
+map <C-x><C-f> tab_new ~
 map <C-_>k    tab_restore
 map <a-1>     tab_open 1
 map <a-2>     tab_open 2