diff options
author | toonn <toonn@toonn.io> | 2019-09-08 15:38:58 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-09-24 18:31:23 +0200 |
commit | fbc8ae5b3768ebbe7967dd9dd6b3b0fe7856fb5d (patch) | |
tree | 76e24eb14363819edf30ede40b4c6e71c45e1552 /doc | |
parent | 93ceb081b1e0535f4b5ed1018752f77550e001ed (diff) | |
download | ranger-fbc8ae5b3768ebbe7967dd9dd6b3b0fe7856fb5d.tar.gz |
Document tab_shift keybindings
Fixes #1592
Diffstat (limited to 'doc')
-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. |