Add a new mappable select_tab action to choose a tab to switch to even when the tab bar is hidden

Fixes #3115
This commit is contained in:
Kovid Goyal
2020-11-21 14:52:18 +05:30
parent 05eb07caf5
commit 6409786f8d
3 changed files with 36 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
0.19.3 [future]
-------------------
- Add a new mappable `select_tab` action to choose a tab to switch to even
when the tab bar is hidden (:iss:`3115`)
- Distribute extra pixels among all eight-blocks rather than adding them
all to the last block (:iss:`3097`)