Skip to content

Instantly share code, notes, and snippets.

@xijo
Created September 15, 2015 23:45
Show Gist options
  • Save xijo/e4a96a78241d71d30936 to your computer and use it in GitHub Desktop.
Save xijo/e4a96a78241d71d30936 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+alt+a"], "command": "alignment" },
{ "keys": ["super+,"], "command": "reveal_in_side_bar"},
{ "keys": ["super+alt+r"], "command": "goto_definition" },
// Clipboard manager
{ "keys": ["super+x"], "command": "clipboard_manager_cut" },
{ "keys": ["super+c"], "command": "clipboard_manager_copy" },
{ "keys": ["super+v"], "command": "clipboard_manager_paste", "args": { "indent": true } },
{ "keys": ["super+ctrl+v"], "command": "clipboard_manager_paste", "args": { "indent": false } },
{ "keys": ["super+shift+v"], "command": "clipboard_manager_previous_and_paste" },
{ "keys": ["super+alt+ctrl+v"], "command": "clipboard_manager_choose_and_paste" },
{
"keys": ["super+alt+ctrl+r"],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"command": "reindent"
},
{ "keys": ["alt+d"], "command": "goto_definition" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment