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
671 stars 36 forks source link

configuration to use a key other than <tab> for completion? #59

Closed lsankar4033 closed 4 years ago

lsankar4033 commented 4 years ago

Issue Prelude

Please complete these steps and check these boxes (by putting an x inside the brackets) before filing your issue:

Thank you for adhering to this process! It ensures your issue is resolved quickly and that neither your nor our time is needlessly wasted.

Issue Details

Provide a clear description of the problem, including the following key questions:

I use for something else in vim; wondering if it's straightforward to configure tabnine to use a different key for completion? Thanks in advance!

Eransho commented 4 years ago

TabNine vim is based on YouCompleteMe. The available key settings on YCM are applied for TabNine vim as well (for example - https://github.com/ycm-core/YouCompleteMe#the-gycm_key_list_select_completion-option). There is no specific keys configuration for TabNine at the moment