mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Allow jumping to the nth previous active tab via goto_tab
This matches the docs for the goto_tab action and there is no reason not to have this. For backwards compat 0 and -1 both go to the first previously active tab as before. However -2 goes to the second previously active tab, -3 to the third and so on.
This commit is contained in:
@@ -79,6 +79,8 @@ Detailed list of changes
|
||||
|
||||
- Linux: Fix a regression in 0.36.0 that caused font features defined via fontconfig to be ignored (:iss:`7773`)
|
||||
|
||||
- :ac:`goto_tab`: Allow numbers less than ``-1`` to go to the Nth previously active tab
|
||||
|
||||
0.36.1 [2024-08-24]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user