taskell icon indicating copy to clipboard operation
taskell copied to clipboard

Feature request: custom bindings for Esc

Open jeicher opened this issue 4 years ago • 1 comments

Many vim users prefer alternatives to Esc (jk and kk are quite popular) to exit from insert mode. It would be nice if Esc could be bound to a custom key combination in insert mode.

jeicher avatar Oct 12 '21 15:10 jeicher

Currently the bindings only support a single key press, so this would be tricky to implement as it is. However, I may bear this in mind when I write the bindings code for v2.0.

smallhadroncollider avatar Oct 25 '21 13:10 smallhadroncollider