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
nyaovim should execute alt key mapping in commandline history window
alt
nyaovim will execute the key mapping only after
This problem doesn't occur in nvim
:
noremap <c-b> :echom "hi"<cr>
noremap <m-b> :echom "hi2"<cr>
ctrl
f
b
hi
hi2
nvim
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
nyaovim should execute
alt
key mapping in commandline history windowActual Behavior
nyaovim will execute the key mapping only after
alt
key) has been executedThis problem doesn't occur in nvim
Steps to Reproduce (including precondition)
:
to switch to command modenoremap <c-b> :echom "hi"<cr>
noremap <m-b> :echom "hi2"<cr>
ctrl
+f
to open commandline history windowalt
+b
nothing happenedctrl
+b
it showshi
alt
+b
it showshi2
Screenshot on This Problem (if possible)
Your Environment
nvim
version: NVIM v0.2.0-361-g9fcf6d5The text was updated successfully, but these errors were encountered: