-
Is it possible to have a shortcut to select last used tab and/or window? I would like to have |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Do you want to switch between the last active tabs/windows? https://sw.kovidgoyal.net/kitty/conf/#tab-management https://sw.kovidgoyal.net/kitty/overview/#windows |
Beta Was this translation helpful? Give feedback.
-
goto_tab -1
|
Beta Was this translation helpful? Give feedback.
-
Thank you, works great 👍 Is it possible to go to the second previously used tab by holding the |
Beta Was this translation helpful? Give feedback.
-
Thanks for posting this. Very thankful for this being implemented. I wonder if it would be worth adding to the code |
Beta Was this translation helpful? Give feedback.
-
i was wondering why i wasn't getting the behavior i expected, then found a post that said to use |
Beta Was this translation helpful? Give feedback.
Do you want to switch between the last active tabs/windows?
You can use
goto_tab
,nth_window
with negative numbers.https://sw.kovidgoyal.net/kitty/conf/#tab-management
https://sw.kovidgoyal.net/kitty/actions/#action-goto_tab
https://sw.kovidgoyal.net/kitty/overview/#windows
https://sw.kovidgoyal.net/kitty/actions/#action-nth_window