Skip to content

Instantly share code, notes, and snippets.

@afonasev
Created December 25, 2015 05:29
Show Gist options
  • Save afonasev/796b2c976a528e576b75 to your computer and use it in GitHub Desktop.
Save afonasev/796b2c976a528e576b75 to your computer and use it in GitHub Desktop.
sublime keymap
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+t"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
{ "keys": ["ctrl+alt+c"], "command": "exec", "args": {"kill": true} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment