taeseunglee / taeseung_vimrc

Taeseung Lee's vim setting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESC 두 번 눌러야 하는 상태가 생김!

taeseunglee opened this issue · comments

Auto Complete Pop에서 단 어를 찾았을 때, 이를 엔터를 안하고 esc를 누르면 normal mode로 바뀌어야는데, "Keyword completion (^N^P) The only match"가 나타난다. 이 상태에서
엔터를 누르면 insert mode로 있게 됨. 추측해보면, ACP를 사용하는 중에 특정 조건에서 한번의 esc가 insert mode -> normal mode로 바꾸는 것을 막는 것 같다. 이를 해결해보자.

#7 를 해결하면 이 문제도 해결될 것 같다.

AutoCompletpop을 YCM으로 교체하면서 해결