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

alt key doesn't work in commandline history window #112

Open
haifengkao opened this issue Feb 6, 2017 · 0 comments
Open

alt key doesn't work in commandline history window #112

haifengkao opened this issue Feb 6, 2017 · 0 comments

Comments

@haifengkao
Copy link
Contributor

haifengkao commented Feb 6, 2017

Expected Behavior

nyaovim should execute alt key mapping in commandline history window

Actual Behavior

nyaovim will execute the key mapping only after

  • the window's content has been edited
  • or other key mapping (not including alt key) has been executed

This problem doesn't occur in nvim

Steps to Reproduce (including precondition)

  • open nyaovim
  • press : to switch to command mode
  • execute noremap <c-b> :echom "hi"<cr>
  • execute noremap <m-b> :echom "hi2"<cr>
  • press ctrl+f to open commandline history window
  • press alt+b nothing happened
  • press ctrl+b it shows hi
  • press alt+b it shows hi2

Screenshot on This Problem (if possible)

2017-02-06 6 03 50

Your Environment

  • OS: OS X 10.11
  • NyaoVim version: 0.0.22
  • nvim version: NVIM v0.2.0-361-g9fcf6d5
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