Is it possible in Sublime to remap characters? When I google I only find answers about mapping commands to shortcuts, that’s not what I mean. In vim I have for instance:
:inoremap ¡ {
i.e. when i type ¡ (Spanish symbol?) I get a curly brace instead. So, is it possible to do such remappings in Sublime (3)? Thank you.