Skip to content

Instantly share code, notes, and snippets.

@kmylo
Created October 6, 2020 05:06
Show Gist options
  • Save kmylo/57a3442ea90cb462775fc1b69be2d310 to your computer and use it in GitHub Desktop.
Save kmylo/57a3442ea90cb462775fc1b69be2d310 to your computer and use it in GitHub Desktop.
Restoring } key in sublime text for spanish keyboards
[
/*
Restoring } key in sublime text for spanish keyboards
-----------------------------------------------------------------------------
FROM: http://arqex.com/727/restoring-key-in-sublime-text-for-spanish-keyboards
*/
{ "keys": ["ctrl+alt+/"], "command": "insert", "args": {"characters": "}"}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment