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:
Kovid Goyal
2024-08-26 12:09:54 +05:30
parent 4ea2b92c8c
commit 75f5908009
4 changed files with 11 additions and 6 deletions

View File

@@ -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]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~