diff options
Diffstat (limited to 'ranger/help/movement.py')
-rw-r--r-- | ranger/help/movement.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/help/movement.py b/ranger/help/movement.py index e9dd6fad..df5021f2 100644 --- a/ranger/help/movement.py +++ b/ranger/help/movement.py @@ -142,6 +142,7 @@ In Ranger, tabs are very simple though and only store the directory path. gt Go to the next tab. (also TAB) gT Go to the previous tab. (also Shift+TAB) + gn Create a new tab g<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. gc, ^W Close the current tab. The last tab cannot be closed. |