Skip to content

Instantly share code, notes, and snippets.

@eduwass
Created October 8, 2019 15:22
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 eduwass/4ee79e043fb80fb417ab86097f648f13 to your computer and use it in GitHub Desktop.
Save eduwass/4ee79e043fb80fb417ab86097f648f13 to your computer and use it in GitHub Desktop.
Sublime Text Automatic Brackets/Braces Spanish keyboard binds
[
{ "keys": ["´"], "command": "insert", "args": {"characters": "{"} },
{ "keys": ["ç"], "command": "insert", "args": {"characters": "}"} },
{ "keys": ["`"], "command": "insert", "args": {"characters": "["} },
{ "keys": ["+"], "command": "insert", "args": {"characters": "]"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment