Vim Code Completion Menu

Is there a way to leave the code completion menu without selecting any option? (after clicking <C-x><C-o>)

I am looking for something equivalent to click <Esc>in the VisualStudio Intellisense menu.

+3
source share
1 answer

You can use ctrl+ E. See docs for more details .

+3
source

All Articles