WuTheFWasThat / vimflowy

An open source productivity tool drawing inspiration from workflowy and vim
https://www.wuthejeff.com/vimflowy
MIT License
1.6k stars 111 forks source link

support for inoremap jk <Esc> #239

Open WuTheFWasThat opened 7 years ago

WuTheFWasThat commented 7 years ago

Currently, if you try to do the equivalent of this, it will not work since insert mode doesnt let you override j behavior. Even if I fixed that, it would hang waiting for the k when you typed a regular j.

j3k0 commented 7 years ago

Must have!

jcjolley commented 4 years ago

This would be really nice. I love this app, and this is really my only frustration with it.

WuTheFWasThat commented 4 years ago

I've been too busy to actively work on vimflowy but contributions welcome!

note that it's possible to do this mapping at the OS level, on macs, with Karabiner, too