Like many others, I use panels extensively in Sublime Text 2 (View->Layout->etc).
I'd like to map a shortcut to close all tabs in the active panel.
I know the close_all
and close_others
commands exist as documented in the following SO questions:
- Close all tabs, but not the window, in Sublime Text
- "Close Others" command shortcut in Sublime Text 2
However, I haven't been able to find a command to close just the tabs in the active pane.
Is there a way to do this?