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 /doc/ranger.pod | |
parent | 93ceb081b1e0535f4b5ed1018752f77550e001ed (diff) | |
parent | fbc8ae5b3768ebbe7967dd9dd6b3b0fe7856fb5d (diff) | |
download | ranger-04a39ec5bfd5bf1c57bb6f7aeca2c077ee964d8a.tar.gz |
Merge pull request #1689 from toonn/doc-shift-tabs
Document tab_shift keybindings
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 4 |
1 files changed, 4 insertions, 0 deletions
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. |