I didn't know about this vim plugin - vim-arpeggio - but supporting truly chorded input is an interesting idea.
The example use case in the thread is to have simultaneous press of jk exit insert mode, instead of a sequential j->k. This is nice, because, unlike the sequential approach - there is no delay after pressing j in the case where it is not immediately followed up with the k.
This is inspired by this Reddit thread: https://www.reddit.com/r/onivim/comments/cxkea2/key_chording_recritical_insert_mode_features/
I didn't know about this vim plugin - vim-arpeggio - but supporting truly chorded input is an interesting idea.
The example use case in the thread is to have simultaneous press of
jk
exit insert mode, instead of a sequentialj
->k
. This is nice, because, unlike the sequential approach - there is no delay after pressingj
in the case where it is not immediately followed up with thek
.