rhysd / NyaoVim

Web-enhanced Extensible Neovim Frontend
Other
2.22k stars 57 forks source link

On OSX/macOS, Nyaovim captures CMD hotkeys as CTRL hotkeys #99

Open gwerbin opened 7 years ago

gwerbin commented 7 years ago

Expected Behavior

CMD+H hides Nyaovim

Actual Behavior

CMD+H acts like CTRL+H. Must use the "Hide" item from the menu to hide the Nyaovim window.

Steps to Reproduce (including precondition)

Open Nyaovim on OSX/macOS, insert some text, then press CMD+H

Your Environment

threewordphrase commented 7 years ago

Also for paste (cmd-v), and every other one I've tried. Seems like a bug or some modifier should be added to target nyao or system. This kind of OS integration is one of the bigger reasons I've looking for a vim GUI wrapper.

threewordphrase commented 7 years ago

@gwerbin actually just stumbled on the solution in https://github.com/rhysd/neovim-component/issues/32, enjoy!

haifengkao commented 7 years ago

I think @rhysd should make the behavior default.

gwerbin commented 7 years ago

I think the main issue right now is that the nyaovimrc options are not documented.