Skip to content

Instantly share code, notes, and snippets.

@wangchen
Created January 26, 2014 06:05
Show Gist options
  • Save wangchen/8629142 to your computer and use it in GitHub Desktop.
Save wangchen/8629142 to your computer and use it in GitHub Desktop.
SublimeText Keymap
[
{ "keys": ["ctrl+l"], "command": "expand_selection", "args": {"to": "line"} },
{ "keys": ["ctrl+d"], "command": "find_under_expand" },
{ "keys": ["ctrl+w"], "command": "expand_selection", "args": {"to": "scope"} },
{ "keys": ["ctrl+i"], "command": "expand_selection", "args": {"to": "indentation"} },
{ "keys": ["ctrl+]"], "command": "goto_definition" },
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["ctrl+["], "command": "reveal_in_side_bar" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment