From 165ee9ee1a00fc3eb4ddd606e023c6653ab8c686 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 12 Apr 2014 02:59:49 +0200 Subject: =?UTF-8?q?Fix=20#2503/4=20(use=20=E2=80=9C.=E2=80=9D=20as=20an=20?= =?UTF-8?q?alias=20for=20the=20current=20tab=20in=20/move=5Ftab)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/core.py') diff --git a/src/core/core.py b/src/core/core.py index 39eb31b7..41cb9586 100644 --- a/src/core/core.py +++ b/src/core/core.py @@ -1466,7 +1466,8 @@ class Core(object): ". This will make the following tabs shift in" " some cases (refer to the documentation). A tab can be " "designated by its number or by the beginning of its " - "address."), + "address. You can use \".\" as a shortcut for the current " + "tab."), shortdesc=_('Move a tab.'), completion=self.completion_move_tab) self.register_command('show', self.command_status, -- cgit v1.2.3