Is it possible to use simultaneous alphanumeric key presses to remap keys or to call commands in Sublime Text 3?
I’d like to remap simultaneous presses of j and k to esc (or just to exit the insert mode in Vintageous). I saw how to do it using modifiers (ctrl, alt andshift ) and sequential commands (first j and after k), but not concurrently.
Thank you.