Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

how do I use tab to navigate like super tab? #506

Closed czhang03 closed 8 years ago

czhang03 commented 8 years ago

currently neocompletecache use arrow to navigate, and enter to select

Shougo commented 8 years ago

Please read the documentation.

    " <TAB>: completion.
    inoremap <expr><TAB>  pumvisible() ? "\<C-n>" : "\<TAB>"