bazed icon indicating copy to clipboard operation
bazed copied to clipboard

Implement input-chains for vim-emulation

Open elkowar opened this issue 3 years ago • 0 comments

input chains are command mappings like gg, dw, etc that are composed of several, chained inputs. Some of these will have timeouts, i.e. mappings in insert mode (kj for escape is a typical example), whereas others are basically leader binds that shouldn't have a timeout. We should check if we can unify those or if they are conceptually different, and then implement both.

elkowar avatar Jan 01 '23 19:01 elkowar