Add a new mappable action `close_other_windows_in_tab` to close all but the active window

Fixes #2484
This commit is contained in:
Kovid Goyal
2020-03-26 22:05:00 +05:30
parent 8f1c6c4d74
commit 93a281c7e3
3 changed files with 16 additions and 0 deletions

View File

@@ -192,6 +192,12 @@ Similarly, you can detach the current tab, with::
# asks which OS Window to move the tab into
map ctrl+f4 detach_tab ask
Finally, you can define a shortcut to close all windows in a tab other than
the currently active window::
map f9 close_other_windows_in_tab
Other keyboard shortcuts
----------------------------------