Skip to content

Instantly share code, notes, and snippets.

@albertelwin
Last active March 24, 2016 21:07
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 albertelwin/4c4fecfd7f894a37788d to your computer and use it in GitHub Desktop.
Save albertelwin/4c4fecfd7f894a37788d to your computer and use it in GitHub Desktop.
[
{ "keys": ["alt+1"], "command": "focus_group", "args": { "group": 0 } },
{ "keys": ["alt+2"], "command": "focus_group", "args": { "group": 1 } },
{ "keys": ["alt+left"], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys": ["alt+right"], "command": "move_to", "args": {"to": "eol", "extend": false} },
{ "keys": ["alt+shift+left"], "command": "move_to", "args": {"to": "bol", "extend": true} },
{ "keys": ["alt+shift+right"], "command": "move_to", "args": {"to": "eol", "extend": true} },
{ "keys": ["ctrl+up"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false}},
{ "keys": ["ctrl+down"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true}},
{ "keys": ["alt+up"], "command": "scroll_lines", "args": {"amount": 1.0 } },
{ "keys": ["alt+down"], "command": "scroll_lines", "args": {"amount": -1.0 } },
{ "keys": ["ctrl+,"], "command": "show_at_center" },
{ "keys": ["ctrl+b"], "command": "build", "args": {"variant": ""} },
{ "keys": ["ctrl+shift+b"], "command": "build", "args": {"variant": "Run"}},
{ "keys": ["ctrl+-"], "command": "jump_back" },
{ "keys": ["ctrl+="], "command": "jump_forward" },
{ "keys": ["ctrl+."], "command": "next_result" },
{ "keys": ["ctrl+shift+."], "command": "prev_result" },
{ "keys": ["ctrl+k"], "command": "find_under_expand_skip" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment