diff options
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 37 |
1 files changed, 27 insertions, 10 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index b5a14b76..c2500871 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -315,6 +315,14 @@ Reload everything Redraw the screen +=item i + +Display the current file in a bigger window. + +=item E + +Edit the current file in $EDITOR ("nano" by default) + =item S Open a shell in the current directory @@ -325,17 +333,20 @@ Opens this man page =item yy -Yank the selection to the "copy" buffer and mark them as to be copied +Copy (yank) the selection, like pressing Ctrl+C in modern GUI programs. =item dd -Cut the selection to the "copy" buffer and mark them as to be moved +Cut the selection, like pressing Ctrl+X in modern GUI programs. =item pp -Paste the files from the "copy" buffer here (by moving or copying, depending on -how they are marked.) By default, this will not overwrite existing files. To -overwrite them, use I<po>. +Paste the files which were previously copied or cut, like pressing Ctrl+V in +modern GUI programs. + +=item po + +Paste the copied/cut files, overwriting existing files. =item mI<X> @@ -345,7 +356,7 @@ Create a bookmark with the name I<X> Move to the bookmark with the name I<X> -=item n, N +=item n Find the next file. By default, this gets you to the newest file in the directory, but if you search something using the keys /, cm, ct, ..., it will @@ -364,6 +375,12 @@ Change the sort method (like in mutt) Change settings. See the settings section for a list of settings and their hotkey. +=item uI<?> + +Universal undo-key. Depending on the key that you press after "u", it either +restores closed tabs (uq), removes tags (ut), clears the copy/cut buffer (ud), +starts the reversed visual mode (uV) or clears the selection (uv). + =item f Quickly navigate by entering a part of the filename. @@ -374,11 +391,12 @@ Mark a file. =item v -Toggle the mark-status of all files, unmark all files. +Toggle the mark-status of all files -=item V, uv +=item V -Unmark all files +Starts the visual mode, which selects all files between the starting point and +the cursor until you press ESC. To unselect files in the same way, use "uV". =item / @@ -388,7 +406,6 @@ Search for files in the current directory. Open the console. - =item Alt-I<N> Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it |