如何以一种体面的方式进行自动补全?

时间:2018-12-19 11:01:07

标签: vim

我尝试选择自动完成

enter image description here

必须按下箭头以选择提示。

如何以一种像样的方式完成自动补全?

1 个答案:

答案 0 :(得分:3)

That behavior is controlled by the 'completeopt' option. Based on your screenshot, you seem to have menuone and noselect in there. With the default value (menu,preview), this should work as you expect.