We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
should work on both the terminal and gui nvim.
but it not work on nyaovim, I have tried the disable-meta-key options, it does not make me out.
disable-meta-key
nvim
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have config like this in nvim.rc
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
nvim
version: NVIM v0.2.0 (installed from brew)The text was updated successfully, but these errors were encountered: