diff options
author | hut <hut@lavabit.com> | 2010-04-06 01:29:27 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-04-06 01:29:27 +0200 |
commit | 85a9a41ebf4092e33cb1d176b94d427c01a10e32 (patch) | |
tree | 6a9ba71a849d5f25493de83190531b3cf5a4a6a0 /doc/ranger.1 | |
parent | 227f75db399276f6395469937e60a96db45f8089 (diff) | |
download | ranger-85a9a41ebf4092e33cb1d176b94d427c01a10e32.tar.gz |
updated keybindings and documentation
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 |