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?
up
down
to selectSee :h 'wildoptions'
For the desired behaviour type :set wildoptions=
in neovim.