Search code examples
popupneovim

How to change neovim command-line popup to horizontal, or change direction key's behaviour?


In neovim, popup of command-mode complete is vertical, but using left right to selete.

Can I change popup to horizontal? or use up down to select? How?


  • this is neovim popup

enter image description here

  • this is what I want

enter image description here

  • or using up down to select

Solution

  • See :h 'wildoptions'

    For the desired behaviour type :set wildoptions= in neovim.