sl-sh-dev / sl-liner

Readline like line editor (fork of https://gitlab.redox-os.org/redox-os/liner).
MIT License
1 stars 0 forks source link

in vim mode when using multi key esc sequence can be triggered when pasting #16

Open gpwclark opened 2 years ago

gpwclark commented 2 years ago

in sl-liner it is possible to add another esc shortcut equivalent to the Esc key, e.g. 'jk'

if the remapped esc sequence occurs in a pasted series of characters in insert mode, it will trigger a transition to normal mode which causes undesirable behavior as the characters after the remapped escape sequence will be carried in normal mode.