Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not binding <M-n> key in mac os. #134

Open
hackrole opened this issue Dec 30, 2017 · 0 comments
Open

can not binding <M-n> key in mac os. #134

hackrole opened this issue Dec 30, 2017 · 0 comments

Comments

@hackrole
Copy link

I have config like this in nvim.rc

nnoremap <M-n> :tabprevious<CR>
nnoremap <M-m> :tabnext<CR>

the keybind works fine in terminal nvim. but on nyaovim the not works, it seems do nothing at all.

Expected Behavior

should work on both the terminal and gui nvim.

Actual Behavior

but it not work on nyaovim, I have tried the disable-meta-key options, it does not make me out.

Your Environment

  • OS: Mac OS X 10.11.6
  • NyaoVim version: 0.0.22
  • nvim version: NVIM v0.2.0 (installed from brew)
  • Keyboard layout: default
  • Linux: Window manager: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant