rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Meta key support #249

Closed nrontsis closed 8 years ago

nrontsis commented 8 years ago

When I press option and then a letter I get some symbol instead of maps that may be defined. MacVim solves this issue by the macmeta option (original discussion about macmeta here, similar issue for neovim here).

Would it be possible/made sense to have a similar option?

Thanks a bunch,

Nikitas

bambu commented 8 years ago

This is a repeat of #86. I'll see what I can do with that now that your pr #246 has has been merged. I feel that it should be the option (alt/meta) key that should be implemented and not the command key as requested by the original post.

nrontsis commented 8 years ago

Sorry for the repeat! I should have searched before posting. I agree that the key should be the option (alt/meta) one.

Thanks!

bambu commented 8 years ago

Got a working Macmeta option on pr #250. Let me know how it goes.