Skip to content

Instantly share code, notes, and snippets.

@roddds
Created September 29, 2013 15:46
Show Gist options
  • Save roddds/6753610 to your computer and use it in GitHub Desktop.
Save roddds/6753610 to your computer and use it in GitHub Desktop.
Sublime Text keymap for linux
[
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["ctrl+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