summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonas Schäfer <j.wielicki@sotecware.net>2020-05-10 11:46:31 +0200
committerJonas Schäfer <j.wielicki@sotecware.net>2020-05-12 22:26:51 +0200
commit1e7ce43789aae67fcfbb4b6fbe49a299fda1cfa1 (patch)
tree70763f4128c9250b4b7ead7e5a8dcc989ae7c8fb /doc
parenta15e52dc39e7c916804c788ff1e832fd6f58c735 (diff)
downloadpoezio-1e7ce43789aae67fcfbb4b6fbe49a299fda1cfa1.tar.gz
poezio-1e7ce43789aae67fcfbb4b6fbe49a299fda1cfa1.tar.bz2
poezio-1e7ce43789aae67fcfbb4b6fbe49a299fda1cfa1.tar.xz
poezio-1e7ce43789aae67fcfbb4b6fbe49a299fda1cfa1.zip
Add keyboard action to go to room by unique prefix
This is especially useful in combination with the newly introduced `unique_prefix_tab_names` config option. It has no default binding.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/keys.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/keys.rst b/doc/source/keys.rst
index dc5fa35b..03ab2071 100644
--- a/doc/source/keys.rst
+++ b/doc/source/keys.rst
@@ -374,6 +374,15 @@ Actions list
Similar to F4.
+**_go_to_room_name**: Jump to a tab by unique prefix.
+
+ Similar to :term:`/wup` and the default *Alt-j*. This action will take
+ input as long as there is at least one tab name starting with the input
+ given so far. If there is exactly one tab matching, the action completes
+ and the current tab is switched over to the tab matching the input. If
+ no tab matches, the action completes without any change. This means that
+ you can typically abort the action with Escape.
+
Status actions
~~~~~~~~~~~~~~