mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
add a link to select_tab in goto_tab docs
This commit is contained in:
@@ -2171,7 +2171,9 @@ class Boss:
|
|||||||
@ac('tab', '''
|
@ac('tab', '''
|
||||||
Go to the specified tab, by number, starting with 1
|
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:
|
def goto_tab(self, tab_num: int) -> None:
|
||||||
tm = self.active_tab_manager
|
tm = self.active_tab_manager
|
||||||
|
|||||||
Reference in New Issue
Block a user