Skip to content

Instantly share code, notes, and snippets.

@NightOwlPrgmr
Last active June 4, 2016 06:21
Show Gist options
  • Save NightOwlPrgmr/d430423620970ca5a433 to your computer and use it in GitHub Desktop.
Save NightOwlPrgmr/d430423620970ca5a433 to your computer and use it in GitHub Desktop.
Sublime Text User Keymap
[
{ "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["alt+shift+o"], "command": "run_macro_file", "args": {"file": "Packages/User/output.sublime-macro"} },
{ "keys": ["alt+shift+c"], "command": "run_macro_file", "args": {"file": "Packages/User/console.sublime-macro"} },
{ "keys": ["ctrl+shift+t"], "command": "open_recent_file", "args": {"index": 0 } }
]
@pcnate
Copy link

pcnate commented Jun 4, 2016

This is still the most useful key combo of sublime text! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment