rhysd / neovim-component

<neovim-editor> WebComponent to embed Neovim to your app with great ease
https://github.com/rhysd/NyaoVim
MIT License
193 stars 18 forks source link

Input: handle space key better #34

Closed romgrk closed 8 years ago

romgrk commented 8 years ago

Fixes: https://github.com/rhysd/NyaoVim/issues/88

romgrk commented 8 years ago

This will send "<Space>" to neovim instead of " " but it handles modifiers like "<S-Space>".

rhysd commented 8 years ago

Nice catch! You're correct. I missed the condition (Vim's key input sequence is very complex...)