jeanguyomarch/eovim

Bindings for control+shift send control instead

Closed this issue · 2 comments

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.

  • eovim --version: eovim 0.1.3.99-24cd28f
  • nvim --version | head -n1: NVIM v0.3.3
  • edje_cc --version: Version: 1.21.1

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

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).