Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Vim プラグイン YouCompleteMe から複数の完全な提案がある場合、希望する提案を受け入れるにはどうすればよいですか?
私が現在行っているのはEscキーを押すことです。それが正しいかどうかを知りたいだけです。
現在の挿入完了エントリを受け入れるには、 を使用します<c-y>。「はい」と考えてください。
<c-y>
詳細については、次を参照してください。
:h complete_ctrl-y
通常はCtrl+ Y( yes ); 読んでください:help popupmenu-keys。
:help popupmenu-keys