1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 326 forks source link

Add option to select completion results by <Up>/<Down> #620

Open hadashiA opened 6 years ago

hadashiA commented 6 years ago

I need to select completion by Up / Down cursor keys.

Because:

  1. This seems to be a standard behavior. e.g: browser's location bar, browser's input field, some editors and IDE code completion, etc.
  2. In my environment, <C-n> / <C-p> is remapped to the cursor keys. This is more efficient than modifying the default behaviors of <C-n> / <C-p> for each application.