Closed zhujinxuan closed 7 years ago
Have you tried with <cmd+shift+v>?
I tried. But it does not work
On Wed, Sep 6, 2017 at 11:58 AM skjorrface notifications@github.com wrote:
Have you tried with <cmd+shift+v>?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rhysd/NyaoVim/issues/125#issuecomment-327530330, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtir0kZECl6lNTSn33991i8bl_VNLEOks5sfsEKgaJpZM4PJtBN .
Could you try out disable-meta-key
attribute of <neovim-editor>
element? This is a problem who handles key input.
Cmd+v
)By default, NyaoVim passes all inputs to Neovim (selecting 2.). By specifying the attribute, NyaoVim will choose 1. as its behavior.
https://github.com/rhysd/neovim-component#neovim-editor-properties
It works. Thank you.
When I try to paste a vim command after
:
, I findcmd+v
does not work. In the vim command line,cmd+v
only insert av
in the command line.Also
cmd+v
does not work in the insert mode. When I typecmd+v
in the insert mode, it will insert a text as<D-v>
Thanks a lot for developing NyaoVim