Skip to content

Instantly share code, notes, and snippets.

@matheus-santos
Created February 11, 2015 12:55
Show Gist options
  • Save matheus-santos/abb236cf137400457542 to your computer and use it in GitHub Desktop.
Save matheus-santos/abb236cf137400457542 to your computer and use it in GitHub Desktop.
Select lines with keyboard Sublime Text 2
/* On Key Bindings - Default/User */
{ "keys": ["shift+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["shift+alt+down"], "command": "select_lines", "args": {"forward": true} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment