Skip to content

Instantly share code, notes, and snippets.

@Daniyal-Javani
Last active July 18, 2019 07:24
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 Daniyal-Javani/ed6ec2b7c0ad79a16c014085fcbe57d3 to your computer and use it in GitHub Desktop.
Save Daniyal-Javani/ed6ec2b7c0ad79a16c014085fcbe57d3 to your computer and use it in GitHub Desktop.
My Sublime Text keybindings
[
{ "keys": ["ctrl+shift+r"], "command": "reindent"},
{ "keys": ["f8"], "command": "find_use"},
{
"keys": ["super+shift+w"],
"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