From 9ac4e6b64ef3d39c6beff1e9f1d57703aa62ed18 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 29 Mar 2024 10:14:06 +0530 Subject: [PATCH] add a link to select_tab in goto_tab docs --- kitty/boss.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kitty/boss.py b/kitty/boss.py index 956e98d5d..140d6050c 100644 --- a/kitty/boss.py +++ b/kitty/boss.py @@ -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