completor.vim icon indicating copy to clipboard operation
completor.vim copied to clipboard

How to make it open the completion windows only when i press tab or Ctrl-N

Open justrajdeep opened this issue 8 years ago • 4 comments

Hi

I could not find an option to open the completion window only when i press a trigger like <TAB> or <Ctrl-N/P>

Can you please add this to the document ?

justrajdeep avatar Oct 27 '16 17:10 justrajdeep

I added an option to trigger completion manually.

maralla avatar Nov 02 '16 03:11 maralla

Thanks

justrajdeep avatar Nov 03 '16 13:11 justrajdeep

Hi

I used this let g:completor_auto_trigger = 0 option that u added. it opens up the popup when i trigger it, but i cannot narrow the search result in the popup, as soon as i type the next character the popup closes and i have to trigger it again to open it.

what would be helpful is that the popup remains open after the trigger till a match is found or the popup is closed using some other trigger and the popup is narrowed when u type the subsequent characters.

justrajdeep avatar Nov 04 '16 19:11 justrajdeep

Hi,

it works fine for me. Could you post minimal vimrc and steps to reproduce the problem?

markonm avatar Nov 24 '16 01:11 markonm