Skip to content

Instantly share code, notes, and snippets.

@shankarcabus
Created July 1, 2013 14:20
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 shankarcabus/5901247 to your computer and use it in GitHub Desktop.
Save shankarcabus/5901247 to your computer and use it in GitHub Desktop.
My keymap
[
{ "keys": ["super+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
{ "keys": ["super+shift+o"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@"} },
{ "keys": ["super+shift+r"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["super+3"], "command": "find_under_expand" },
{ "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" },
{ "keys": ["super+b"], "command": "toggle_side_bar" },
{ "keys": ["super+ctrl+b"], "command": "build" },
{ "keys": ["super+alt+l"], "command": "expand_selection", "args": {"to": "line"} },
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment