Skip to content

Instantly share code, notes, and snippets.

@chrisivens
Created April 28, 2015 09:08
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 chrisivens/2eb50615f27aece9ad6d to your computer and use it in GitHub Desktop.
Save chrisivens/2eb50615f27aece9ad6d to your computer and use it in GitHub Desktop.
Sublimetext Key bindings
[
{ "keys": ["ctrl+alt+shift+up"],
"args": {"forward": false},
"command": "select_lines"
},
{
"keys": ["ctrl+alt+shift+down"],
"args": { "forward": true },
"command": "select_lines"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment