summaryrefslogtreecommitdiff
path: root/src/core/core.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-12 02:59:49 +0200
committermathieui <mathieui@mathieui.net>2014-04-12 02:59:49 +0200
commit165ee9ee1a00fc3eb4ddd606e023c6653ab8c686 (patch)
tree3e74607b40139679e5546ebcec0fb09838e4e60d /src/core/core.py
parentf58dfe26af22495be56400dd91983bc46955c1bf (diff)
downloadpoezio-165ee9ee1a00fc3eb4ddd606e023c6653ab8c686.tar.gz
poezio-165ee9ee1a00fc3eb4ddd606e023c6653ab8c686.tar.bz2
poezio-165ee9ee1a00fc3eb4ddd606e023c6653ab8c686.tar.xz
poezio-165ee9ee1a00fc3eb4ddd606e023c6653ab8c686.zip
Fix #2503/4 (use “.” as an alias for the current tab in /move_tab)
Diffstat (limited to 'src/core/core.py')
-rw-r--r--src/core/core.py3
1 files changed, 2 insertions, 1 deletions
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):
"<destination>. 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,