sublimetext3 - Keyboard shortcut to show/hide tabs and status bar in ST3 OSX -
sublimetext3 - Keyboard shortcut to show/hide tabs and status bar in ST3 OSX -
how set keyboard shortcut show/hide tabs , status bar in sublime text 3?
at moment have go view->show/hide tabs. i'm using osx. have instance
{ "keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true},
in key bindings user file set (thanks this answer!) move cursor 1 space forwards pressing shift , space, , ideally i'm looking similar show/hide tabs , status bar.
in st console, come in sublime.log_commands(true)
. execute command through menu normal. command beingness executed (with arguments if applicable) displayed in st console. can utilize info there create key binding appropriate command.
sublimetext3
Comments
Post a Comment