Saghen / blink.cmp

Performant, batteries-included completion plugin for Neovim
MIT License
632 stars 27 forks source link

fix: use correct prev/next keymap for k and j #23

Closed sQVe closed 2 days ago

sQVe commented 3 days ago

This PR fixes the incorrect default keymap for select_next and select_prev.

Saghen commented 2 days ago

Thanks!

alienman5k commented 2 days ago

Should the default be C-n and C-p?