summary refs log tree commit diff stats
path: root/ranger/help
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-06 01:54:46 +0200
committerhut <hut@lavabit.com>2010-04-06 01:54:46 +0200
commit1ee34606450cabd86a62ca5992775729e9dd098a (patch)
treeb5990faf7987c5cdabe2b20ac087ec690339c610 /ranger/help
parent85a9a41ebf4092e33cb1d176b94d427c01a10e32 (diff)
downloadranger-1ee34606450cabd86a62ca5992775729e9dd098a.tar.gz
Improved tabs
Diffstat (limited to 'ranger/help')
-rw-r--r--ranger/help/movement.py1
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.