Skip to content

Instantly share code, notes, and snippets.

@rex
Created January 11, 2015 12:57
Show Gist options
  • Select an option

  • Save rex/9c043a287061732b8cfe to your computer and use it in GitHub Desktop.

Select an option

Save rex/9c043a287061732b8cfe to your computer and use it in GitHub Desktop.
My Sublime Text key mappings
[
{
"keys": ["alt+w"],
"command": "toggle_setting",
"args":
{
"setting": "word_wrap"
}
},
{
"keys": ["alt+g"],
"command": "toggle_setting",
"args":
{
"setting": "gutter"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment