neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.48k stars 962 forks source link

Remap autocomplete dialog arrow keys to default vim movement keys #2343

Closed yona-asael closed 4 years ago

yona-asael commented 4 years ago

Is your feature request related to a problem? Please describe. I was working with coc like 6 months right now, i tried to remap the arrow keys to select the auto complete to basic movement in vim, i read all documentation but i not have idea how do that.

Describe the solution you'd like Hi i just want to remap the arrow keys for autcomplete dialog to basic arrow keys in vim that keys are J K

Describe alternatives you've considered I consider to user remap with leader key but that is doesnt work

chemzqm commented 4 years ago

It's your vim's behavior, not coc.nvim related.