mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 10:51:55 +00:00
add a link to select_tab in goto_tab docs
This commit is contained in:
parent
a695b4ebe1
commit
9ac4e6b64e
1 changed files with 3 additions and 1 deletions
|
|
@ -2171,7 +2171,9 @@ class Boss:
|
|||
@ac('tab', '''
|
||||
Go to the specified tab, by number, starting with 1
|
||||
|
||||
Zero and negative numbers go to previously active tabs
|
||||
Zero and negative numbers go to previously active tabs.
|
||||
Use the :ac:`select_tab` action to interactively select a tab
|
||||
to go to.
|
||||
''')
|
||||
def goto_tab(self, tab_num: int) -> None:
|
||||
tm = self.active_tab_manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue