diff options
author | hut <hut@lepus.uberspace.de> | 2014-12-05 01:44:16 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2014-12-05 01:45:17 +0100 |
commit | 8e0e465774d541181f27cd9e92a79ed01c84d115 (patch) | |
tree | f4b372a378007f46a6a94598395c70b87dbc4741 | |
parent | bf6158a1088c7e2bb1f83d6a48c8de3f9c9c88f6 (diff) | |
download | ranger-8e0e465774d541181f27cd9e92a79ed01c84d115.tar.gz |
doc/ranger.1: document M* keybindings
-rw-r--r-- | doc/ranger.1 | 5 | ||||
-rw-r--r-- | doc/ranger.pod | 6 |
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 |