Sublime Forum

Keymap to replace letter in Sublime text 3

#1

I am trying to make a keymap to replace some letter combination to fix some especial latin character, example:

I am trying to make a “ñ” in spanish with gn:

{ “keys”: [“gn”], “command”: “insert_snippet”, “args”: {“contents”: “\~n”} },

My expected result with this is:

agno —> a~no ----> año

but lamentably dont work… Do you know how fix?

0 Likes

#2

I added an answer to your SO question for this:

1 Like