I am a vim user who is moving to Sublime text and using Vintage mode. In my .vimrc I have the following line:
.vimrc
imap jk
If you are using the Vintageous plugin, use the following key binding:
{ "keys": ["j", "k"], "command": "_enter_normal_mode", "args": {"mode": "mode_insert"}, "context": [{"key": "vi_insert_mode_aware"}] }