codota / tabnine-vim

Vim client for TabNine. https://vimawesome.com/plugin/tabnine-vim
https://www.tabnine.com/install/vim
GNU General Public License v3.0
669 stars 36 forks source link

How To Confirm Completion With <CR>? #70

Closed nishantc1527 closed 3 years ago

nishantc1527 commented 3 years ago

please complete the following information:

Issue Details:

Sorry if this is a newb question, but how do I confirm completion? With an editor like Intellij, I just press enter and I get the full output, along with the automatic import. However, with Vim, I select the correct one using but then I can't figure out how to confirm it. I tried pressing enter, , , and , but none of them worked. I would to know how to confirm completion, and also if possible how to confirm completion using enter (). Thanks, and sorry to trouble you.

amircodota commented 3 years ago

@nishantc1527 When you select a completion it fills the text in the edit buffer. So you can just keep typing and it will be selected.

Hope I'm clear :-)

nishantc1527 commented 3 years ago

Thanks for clarification