about summary refs log tree commit diff stats
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
parentbf6158a1088c7e2bb1f83d6a48c8de3f9c9c88f6 (diff)
downloadranger-8e0e465774d541181f27cd9e92a79ed01c84d115.tar.gz
doc/ranger.1: document M* keybindings
-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
read utf-8 'grapheme' from byte stream' href='/akkartik/mu/commit/112read-byte.subx?h=main&id=cd94852dbc713ff38f38a30d6e5fb4675606823c'>cd94852d ^
bd6f1928 ^

f1eade72 ^
63b8b18e ^



bfcc0f85 ^
72c42f90 ^

















































63b8b18e ^
















ee9a9237 ^
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