Currently the shortcut to hide or show the sidebar is cmd K, cmd B.
I would like it just be cmd K.
Is there a way to do this? Thanks!!
Sure, you can edit it like any other keyboard shortcut from Sublime Text 2 > Preferences > Key Bindings - User:
[
{ "keys": ["super+k"], "command": "toggle_side_bar" }
]
Note that this will disable all the other shortcuts with a ⌘K prefix, such as the ones for converting case and folding, even though they'll still show up in the menus.
Go to Preferences > Key Bindings - Default
, find toggle_side_bar
, remove cmd+b
and save.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With