daa84 / neovim-gtk

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

Shift+Insert in Insert mode stops editor from responding #244

Closed pitbuster closed 4 years ago

pitbuster commented 4 years ago

Pressing Shift+Insert in Insert mode makes the editor unreactive to any further user inputs. Buttons not related to the nvim instance still work (New Window, Side Panel, About, etc).

Technical information:

pitbuster commented 4 years ago

After a bit of research, I tracked down the problem to a pynvim bug: https://github.com/neovim/pynvim/issues/438

Closing this :)