gaalcaras / ncm-R

R autocompletion for Neovim and vim 8 :memo: :bar_chart: :zap:
GNU General Public License v3.0
118 stars 10 forks source link

How to navigate code-completion suggestions? #29

Closed anuragnsharma closed 4 years ago

anuragnsharma commented 4 years ago

When I'm typing code, and ncm-R provides options for the functions, I have to move my hand over to the real arrow keys instead of being able to move through the options using home row keys j and k. Is there a way to remap this?

anuragnsharma commented 4 years ago
and Got it. I found this in the documentation: Optional .vimrc tips. A suggestion: can this be added to README.md? Might save some time for others. Thanks!