Sublime Forum

Statusbar toggle shortcut?

#1

Is it possible to set up a statusbar toggle shortcut?

thanks

0 Likes

#2

Yes:

    { "keys": "ctrl+k"], "command": "toggle_status_bar" },

For any command you want to set up keybindings for, run this in the console and it’ll print what command is executed:

sublime.log_commands(True)
0 Likes

#3

ahhh, thanks. Wrked like a charm :smile:
Will try to remember that tip :smile:

Cheers

0 Likes