summary refs log tree commit diff stats
path: root/ranger/config/rc.conf
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-06-06 16:31:06 +0200
committerhut <hut@lepus.uberspace.de>2016-06-06 16:31:06 +0200
commit33abb9feca7ff5fde9afebba744a575436d71656 (patch)
tree2e482fcfb82c1dfb898bff2c500d987ac799ab24 /ranger/config/rc.conf
parent3d909b205950310f36fae6073a9890e5c2c4a25a (diff)
downloadranger-33abb9feca7ff5fde9afebba744a575436d71656.tar.gz
Added keybindings <A-Left>, <A-Right> to move word-wise
Diffstat (limited to 'ranger/config/rc.conf')
-rw-r--r--ranger/config/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index ea3a812c..533013ff 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -506,6 +506,8 @@ cmap <left>  eval fm.ui.console.move(left=1)
 cmap <right> eval fm.ui.console.move(right=1)
 cmap <home>  eval fm.ui.console.move(right=0, absolute=True)
 cmap <end>   eval fm.ui.console.move(right=-1, absolute=True)
+cmap <a-left>   eval fm.ui.console.move_word(left=1)
+cmap <a-right>  eval fm.ui.console.move_word(right=1)
 
 # Line Editing
 cmap <backspace>  eval fm.ui.console.delete(-1)