diff options
author | hut <hut@lepus.uberspace.de> | 2016-04-01 22:03:27 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2016-04-01 22:03:27 +0200 |
commit | c2a80403babd4f963eb1d0229ab3dd8214715d54 (patch) | |
tree | 7b30f724ce135b120e8ff705d586ee8393898dce /examples/rc_emacs.conf | |
parent | 8389d8c1114512bffd5c4a8285b6e995ea5c42e5 (diff) | |
download | ranger-c2a80403babd4f963eb1d0229ab3dd8214715d54.tar.gz |
fixed key binding for new tabs in rc_emacs.conf, its now <C-x><C-f>
Diffstat (limited to 'examples/rc_emacs.conf')
-rw-r--r-- | examples/rc_emacs.conf | 2 |
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 |