diff options
Diffstat (limited to 'doc/ranger.1')
-rw-r--r-- | doc/ranger.1 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 13f47ca2..e62cee54 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -46,7 +46,7 @@ documentation for more information on flags. .\"----------------------------------------- .SH USAGE .\"----------------------------------------- -.SS Keybindings +.SS General Keybindings Many keybindings take an additional numeric argument. Type \fI5j\fR to move down 5 lines, \fI10<Space>\fR to mark 10 files or \fI3?\fR to read the third chapter of the documentation. @@ -66,6 +66,12 @@ Move to the top G Move to the bottom .TP +^R +Reload everything +.TP +^L +Redraw the screen +.TP yy Yank the selection. (mark the files as copied) .TP @@ -111,6 +117,20 @@ Open the command console ? Opens the help screen with more keybindings and documentation .\"----------------------------------------- +.SS Keybindings for using Tabs +Tabs are used to work in different directories in the same Ranger instance. +.TP +g\fIN\fR +Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, +it will be created. +.TP +gt, gT +Go to the next or previous tab. You can also use TAB and SHIFT+TAB. +.TP +gc, ^W +Close the current tab. The last tab cannot be closed. +.P +.\"----------------------------------------- .SS Mouse Usage .TP Left Mouse Button |