Closed 0Delta closed 5 years ago
{{_cursor_}} was not elase when with vim option inoremap <BS> <Nop> . Use \b for feedkeys, it works correct.
{{_cursor_}}
inoremap <BS> <Nop>
\b
Please fix it or marge this request.
I confimed fix with 51a9cec47ad815451a8cdf1408a50ea525111442. Thanks !
{{_cursor_}}
was not elase when with vim optioninoremap <BS> <Nop>
. Use\b
for feedkeys, it works correct.Please fix it or marge this request.