diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 26 | ||||
-rw-r--r-- | doc/ranger.pod | 38 |
2 files changed, 0 insertions, 64 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 75bacfee..24a522f1 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -482,32 +482,6 @@ 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. -.SS "\s-1MIDNIGHT\s0 COMMANDER-LIKE \s-1BINDINGS\s0" -.IX Subsection "MIDNIGHT COMMANDER-LIKE BINDINGS" -.IP "<F1>" 14 -.IX Item "<F1>" -Display Help. -.IP "<F3>" 14 -.IX Item "<F3>" -Display the file. -.IP "<F4>" 14 -.IX Item "<F4>" -Edit the file. -.IP "<F5>" 14 -.IX Item "<F5>" -Copy the file. -.IP "<F6>" 14 -.IX Item "<F6>" -Cut the file. -.IP "<F7>" 14 -.IX Item "<F7>" -Open the console with \*(L":mkdir \*(R". -.IP "<F8>" 14 -.IX Item "<F8>" -Prompt for deletion of the selected files. -.IP "<F10>" 14 -.IX Item "<F10>" -Exit ranger. .SS "READLINE-LIKE \s-1BINDINGS\s0 \s-1IN\s0 \s-1THE\s0 \s-1CONSOLE\s0" .IX Subsection "READLINE-LIKE BINDINGS IN THE CONSOLE" .IP "^B, ^F" 14 diff --git a/doc/ranger.pod b/doc/ranger.pod index c2500871..5f70c968 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -425,44 +425,6 @@ Close the current tab. The last tab cannot be closed this way. =back -=head2 MIDNIGHT COMMANDER-LIKE BINDINGS - -=over 14 - -=item <F1> - -Display Help. - -=item <F3> - -Display the file. - -=item <F4> - -Edit the file. - -=item <F5> - -Copy the file. - -=item <F6> - -Cut the file. - -=item <F7> - -Open the console with ":mkdir ". - -=item <F8> - -Prompt for deletion of the selected files. - -=item <F10> - -Exit ranger. - -=back - =head2 READLINE-LIKE BINDINGS IN THE CONSOLE =over 14 |