jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

Bindings for control+shift send control instead #40

Closed Cybolic closed 4 years ago

Cybolic commented 5 years ago

Bindings for control+shift+key (<C-S-{Key}>) send control+key instead.

I'm using and to move window panes, which works correctly in NeoVim in Termite and NeoVim-QT, but not in eovim. So far, it's the only thing keeping me from switching to eovim as my main Vim.

jeanguyomarch commented 5 years ago

Sorry for taking that longing before answering. I'll have a look.

jeanguyomarch commented 4 years ago

And one year later... the problem is partly due to eovim's own handling of Ctrl+Shift, which can be argued against. But even if removed, it seems that neovim itself cannot properly handle <C-S-> keys (neovim/neovim#12037).