Coc.nvim: Normalize bindings for next and previous

Created on 16 Dec 2019  路  1Comment  路  Source: neoclide/coc.nvim

Is your feature request related to a problem? Please describe.
Usual VIM bindings for next and previous are <c-n> and <c-p>. CoC seems to sometimes use those and sometimes it uses <c-j> and <c-k>, e.g.:

  • calling <Plug>(coc-references) opens buffer that uses ctrl + n/p
  • calling :CocList diagnostics opens buffer that uses ctrl + j/k

It seems to be related to fuzzy search.

Describe the solution you'd like
I'd prefer all lists to use the same bindings for next and previous: <c-n> and <c-p>.

Describe alternatives you've considered
I did try to learn when to use which set of bindings but my fingers are way too stubborn.

Most helpful comment

Please use list.nextKeymap and list.previousKeymap configuration.

>All comments

Please use list.nextKeymap and list.previousKeymap configuration.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cvlmtg picture cvlmtg  路  3Comments

zhou13 picture zhou13  路  3Comments

marene picture marene  路  3Comments

iago-lito picture iago-lito  路  3Comments

MaskRay picture MaskRay  路  3Comments