about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/ranger.15
-rw-r--r--doc/ranger.pod4
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 36a0f784..ee4c84e7 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.9.2" "2019-09-23" "ranger manual"
+.TH RANGER 1 "ranger-1.9.2" "2019-09-24" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -700,6 +700,9 @@ Open the console with the most recent command.
 .IX Item "Alt-N"
 Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it
 will be created.
+.IP "Alt-l, Alt-r" 14
+.IX Item "Alt-l, Alt-r"
+Shift a tab left, respectively right.
 .IP "gn, ^N" 14
 .IX Item "gn, ^N"
 Create a new tab.
diff --git a/doc/ranger.pod b/doc/ranger.pod
index e84c13a7..beb2fdb8 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -649,6 +649,10 @@ Open the console with the most recent command.
 Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it
 will be created.
 
+=item Alt-l, Alt-r
+
+Shift a tab left, respectively right.
+
 =item gn, ^N
 
 Create a new tab.
> 2019-06-11 23:34:33 -0400 cache.go tests finished' href='/gbmor/getwtxt/commit/svc/cache_test.go?h=v0.4.8&id=bc6811abf19a8e7ab0fd463f966a874b5982ca2c'>bc6811a ^
b06481b ^
bc6811a ^



fdd9bd0 ^
449d0c1 ^
367e44f ^
449d0c1 ^


fdd9bd0 ^
00eaadc ^





bc6811a ^
00eaadc ^

449d0c1 ^

7f76158 ^
bc6811a ^





































7f76158 ^





367e44f ^








7f76158 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130