Deoplete.nvim: How do you actually choose from the autocomplete options effectively?

Created on 9 Jul 2016  路  3Comments  路  Source: Shougo/deoplete.nvim

Problems summary

I understand that you can use arrows to go through the options provided but that doesn't seem to be a very effective solution. Also is it possible to extend the suggest autocomplete option with tab?

Expected

Being able to expand the suggested autocomplete options with tab or perhaps some other key. Being able to scroll through the options in an efficient manner.

Environment Information

OS: macOS ver. 10.11.5

Thank you for any help.

Most helpful comment

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

All 3 comments

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

There's also supertab

You can also use C-n and C-p

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pr4th4m picture pr4th4m  路  4Comments

ChristianChiarulli picture ChristianChiarulli  路  5Comments

tcstory picture tcstory  路  5Comments

marcus picture marcus  路  6Comments

Zundrium picture Zundrium  路  6Comments