Skip to content

Instantly share code, notes, and snippets.

@majman
Created June 22, 2014 16:56
Show Gist options
  • Select an option

  • Save majman/6f7354ae0b74b979b490 to your computer and use it in GitHub Desktop.

Select an option

Save majman/6f7354ae0b74b979b490 to your computer and use it in GitHub Desktop.
Sublime Key Bindings
[
{ "keys": ["super+alt+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"} },
{ "keys": ["super+alt+k"], "command": "set_mark" },
{ "keys": ["super+shift+v"], "command": "paste_and_indent" },
{ "keys": ["super+alt+v"], "command": "clipboard_paste_previous" },
{
"keys": ["ctrl+alt+l"],
"command": "toggle_setting",
"args":
{
"setting": "line_numbers"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment