summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorLeo Vivier <leo.vivier@gmail.com>2018-09-01 10:49:23 +0200
committerLeo Vivier <leo.vivier@gmail.com>2018-09-01 11:01:02 +0200
commit442c846f1c4f2f1c1e012008eb15ad57e01d765e (patch)
treef83a234e12afcbdd305b9eaa476df99f0ca80172 /doc
parent499fb0421b0af276a4c971c0e73f4eb0024a7379 (diff)
downloadranger-442c846f1c4f2f1c1e012008eb15ad57e01d765e.tar.gz
Add Alt-LEFT and Alt-RIGHT for moving between words in man
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.18
-rw-r--r--doc/ranger.pod4
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 380a48dc..0c55638a 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -707,11 +707,11 @@ Move up and down (P for previous, N for Next)
 .IP "^A, ^E" 14
 .IX Item "^A, ^E"
 Move to the start or to the end
-.IP "Alt-B" 14
-.IX Item "Alt-B"
+.IP "Alt-B, Alt-LEFT" 14
+.IX Item "Alt-B, Alt-LEFT"
 Move backwards by words.
-.IP "Alt-F" 14
-.IX Item "Alt-F"
+.IP "Alt-F, Alt-RIGHT" 14
+.IX Item "Alt-F, Alt-RIGHT"
 Move forwards by words.
 .IP "^D" 14
 .IX Item "^D"
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 1b1af68e..3e269261 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -690,11 +690,11 @@ Move up and down (P for previous, N for Next)
 
 Move to the start or to the end
 
-=item Alt-B
+=item Alt-B, Alt-LEFT
 
 Move backwards by words.
 
-=item Alt-F
+=item Alt-F, Alt-RIGHT
 
 Move forwards by words.