Skip to content

Instantly share code, notes, and snippets.

@high5
Last active August 29, 2015 13:56
Show Gist options
  • Save high5/8935456 to your computer and use it in GitHub Desktop.
Save high5/8935456 to your computer and use it in GitHub Desktop.
Default(Windows).sublime-keymap Key Bindings - User
[
{ "keys": ["ctrl+p"], "command": "duplicate_line" },
{ "keys": ["ctrl+e"], "command": "find_under_expand" },
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" },
{ "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "Packages/Default/Add Line.sublime-macro"} },
{ "keys": ["shift+ctrl+r"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment