Skip to content

Instantly share code, notes, and snippets.

@jaimeeee
Created January 30, 2017 10:38
Show Gist options
  • Save jaimeeee/f6cd68f56ff70978f85b4fec4660647d to your computer and use it in GitHub Desktop.
Save jaimeeee/f6cd68f56ff70978f85b4fec4660647d to your computer and use it in GitHub Desktop.
[
{ "keys": ["alt+space"], "command": "insert_snippet", "args": { "contents": " " } },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+ctrl+plus"], "command": "increment"},
{ "keys": ["super+ctrl+minus"], "command": "decrement"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment