Skip to content

Instantly share code, notes, and snippets.

@AntonKL
Created September 5, 2014 11:01
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 AntonKL/077aff768eea49f6a048 to your computer and use it in GitHub Desktop.
Save AntonKL/077aff768eea49f6a048 to your computer and use it in GitHub Desktop.
Settings sublime
[
{ "keys": ["ctrl+§"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
{ "keys": ["super+§"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["§"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
{ "keys": ["alt+super+right"], "command": "indent" },
{ "keys": ["alt+super+left"], "command": "unindent" },
{ "keys": ["super+p"], "command": "markdown_preview", "args": {"target": "browser", "parser":"markdown"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment