What mode does vim enter when completion menu is up? -


i changed arrow keys map no-op force myself use vim navigation properly. when using word completion in vim word-list of possible completions pops up. used navigate using arrow keys, have use same mapping completion initiation iterate through.

when menu pops up, vim stay in insert mode, change different mode or enter modified insert mode (similar paste-toggle does) can alter j , k mappings move through list?

if not there way of calling method on pop-up open , close?

navigate completions via <c-p> , <c-n>. see :h ins-completion more information.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -