Skip to content

Instantly share code, notes, and snippets.

@growdigital
Created December 26, 2021 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save growdigital/3dc23aa90e53f5eefe9e40ef7aa6a186 to your computer and use it in GitHub Desktop.
Save growdigital/3dc23aa90e53f5eefe9e40ef7aa6a186 to your computer and use it in GitHub Desktop.
Sublime Text key bindings
[
{ "keys": ["super+shift+m"], "command": "toggle_minimap" },
{ "keys": ["super+b"], "command": "toggle_side_bar" },
{
"keys": ["option+z"],
"command": "toggle_setting",
"args": {
"setting": "word_wrap"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment