daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 56 forks source link

Shift+backspace in a term buffer #149

Open cdevienne opened 6 years ago

cdevienne commented 6 years ago

Describe the bug

Shift+backspace in a term buffer does not work as expected. Instead of deleting the last character, it types '7;2u'.

The problem does not occur:

This issue gets annoying when typing numbers with a french keyboard, forcing me to release the shift key each time I need to use the backspace.

Technical information:

daa84 commented 6 years ago

Think same as #47 , don't know what to do with this

mrgaturus commented 6 years ago

its a nvim api bug, Oni has that issue too