summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-05-02 02:43:27 +0200
committerhut <hut@lavabit.com>2010-05-02 02:43:27 +0200
commite782bf7955b6f3b9a48969a3a52462a95f26b96f (patch)
tree878c48d503a4e24d62cf9467024e820c6f834d84
parentdefcc5a35db5ebd415fe65ed4ba1bb4c25b6d1b5 (diff)
downloadranger-e782bf7955b6f3b9a48969a3a52462a95f26b96f.tar.gz
help.movement: updated 1.6: there is no "tab 0" anymore
-rw-r--r--ranger/help/movement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/help/movement.py b/ranger/help/movement.py
index 97b0a0f4..194dd3a9 100644
--- a/ranger/help/movement.py
+++ b/ranger/help/movement.py
@@ -168,7 +168,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, ^N	Create a new tab
-	g<N>	Open a tab. N has to be a number from 0 to 9.
+	g<N>	Open a tab. N has to be a number from 1 to 9.
 		If the tab doesn't exist yet, it will be created.
 		On most terminals, Alt-1, Alt-2, etc., also work.
 	gc, ^W	Close the current tab.  The last tab cannot be closed.