diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-09-24 21:22:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-24 21:22:57 +0200 |
commit | 04a39ec5bfd5bf1c57bb6f7aeca2c077ee964d8a (patch) | |
tree | 76e24eb14363819edf30ede40b4c6e71c45e1552 | |
parent | 93ceb081b1e0535f4b5ed1018752f77550e001ed (diff) | |
parent | fbc8ae5b3768ebbe7967dd9dd6b3b0fe7856fb5d (diff) | |
download | ranger-04a39ec5bfd5bf1c57bb6f7aeca2c077ee964d8a.tar.gz |
Merge pull request #1689 from toonn/doc-shift-tabs
Document tab_shift keybindings
-rw-r--r-- | doc/ranger.1 | 5 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 36a0f784..ee4c84e7 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.2" "2019-09-23" "ranger manual" +.TH RANGER 1 "ranger-1.9.2" "2019-09-24" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -700,6 +700,9 @@ Open the console with the most recent command. .IX Item "Alt-N" Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it will be created. +.IP "Alt-l, Alt-r" 14 +.IX Item "Alt-l, Alt-r" +Shift a tab left, respectively right. .IP "gn, ^N" 14 .IX Item "gn, ^N" Create a new tab. diff --git a/doc/ranger.pod b/doc/ranger.pod index e84c13a7..beb2fdb8 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -649,6 +649,10 @@ Open the console with the most recent command. Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it will be created. +=item Alt-l, Alt-r + +Shift a tab left, respectively right. + =item gn, ^N Create a new tab. |