summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2014-12-05 01:44:16 +0100
committerhut <hut@lepus.uberspace.de>2014-12-05 01:45:17 +0100
commit8e0e465774d541181f27cd9e92a79ed01c84d115 (patch)
treef4b372a378007f46a6a94598395c70b87dbc4741 /doc
parentbf6158a1088c7e2bb1f83d6a48c8de3f9c9c88f6 (diff)
downloadranger-8e0e465774d541181f27cd9e92a79ed01c84d115.tar.gz
doc/ranger.1: document M* keybindings
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.15
-rw-r--r--doc/ranger.pod6
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 5b245dd8..27de2aa9 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -539,6 +539,11 @@ Go to the next or previous tab. You can also use \s-1TAB\s0 and \s-1SHIFT+TAB\s0
 .IP "gc, ^W" 14
 .IX Item "gc, ^W"
 Close the current tab.  The last tab cannot be closed this way.
+.IP "M" 14
+.IX Item "M"
+A key chain that allows you to quickly change the line mode of all the files of
+the current directory.  For a more permanent solution, use the command
+\&\*(L"default_linemode\*(R" in your rc.conf.
 .SS "READLINE-LIKE \s-1BINDINGS IN THE CONSOLE\s0"
 .IX Subsection "READLINE-LIKE BINDINGS IN THE CONSOLE"
 .IP "^B, ^F" 14
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 43003380..7a6de447 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -490,6 +490,12 @@ Go to the next or previous tab. You can also use TAB and SHIFT+TAB instead.
 
 Close the current tab.  The last tab cannot be closed this way.
 
+=item M
+
+A key chain that allows you to quickly change the line mode of all the files of
+the current directory.  For a more permanent solution, use the command
+"default_linemode" in your rc.conf.
+
 =back
 
 =head2 READLINE-LIKE BINDINGS IN THE CONSOLE
0-04-29 19:23:37 +0200 Separated benchmark from testcase' href='/akspecs/ranger/commit/test/bm_loader.py?h=v1.1.1&id=d76fd5b7666cd1e7b9ff4eb51a822e1ab41fac28'>d76fd5b7 ^
bff42968 ^
d76fd5b7 ^













bff42968 ^
d76fd5b7 ^




bff42968 ^
d76fd5b7 ^











bff42968 ^
d76fd5b7 ^















































863f85ce ^
d76fd5b7 ^













bff42968 ^























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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168