I am trying to add a shortcut for "Close Others" tabs, but can't seem to find the command, here is what I am trying:
{ "keys": ["super+alt+w"], "command": "close_others" }
Cmd+Option+W - sort of like Cmd+Option+H in OS X, close all except the current tab, see?
Anyway, close_others
doesn't seem to do anything. I have tried close_other_windows
, close_other_tabs
, nothing works. What is the right command to do that?
And while we're on it, how do you know what commands are available? My next one will be Cmd+Option+Shift+W - "Close Tabs to the Right".
For some improvements in Sublime window management see "Close all tabs, but not the window, in Sublime Text"
Thanks!