diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-04 21:46:18 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-04 22:23:21 +0200 |
commit | 8429930aecec8f5714c9e956171002fbb9c4eba3 (patch) | |
tree | c5d0992fc22fb90b2dbebc3875a803408ecc1188 /doc | |
parent | 607e4acefeec5776dfff63090a79baef15c6c336 (diff) |
Focus the N-th tab with Alt-<number>
Allows jumping directly to a given tab. It encourages a low number of
tabs opened, otherwise it will exceed the 1 to 10 range.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user_help.in.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user_help.in.html b/doc/user_help.in.html index 50a2b28d..aca3fa60 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -389,6 +389,10 @@ bookmarks page set the following line in <a href="#dillorc">dillorc</a>: <pre> new_tab_page="dpi:/bm/" </pre> +<p> +You can quickly focus the N-th tab by pressing <code>Alt</code> and the tab +number, for example <code>Alt+3</code> will focus the third tab. Using +<code>Alt+0</code> focuses the tenth tab, as they start counting at 1. <h3 id="bookmarks">Bookmarks</h3> <p> |