필자의 경우 미리보기 창이 플러그인에 의해 열렸습니다. 그래서 플러그인 구성을 사용하여 이러한 창을 자동으로 닫았습니다.
수퍼 탭
Alex Kroll이 제안한대로 :
let g:SuperTabClosePreviewOnPopupClose = 1
너는 나를 완성시켜
let g:ycm_autoclose_preview_window_after_insertion = 1
let g:ycm_autoclose_preview_window_after_completion = 1
두 번째 변수가 설정되면 첫 번째 변수는 영향을 미치지 않습니다. 문서에서 :
The *g:ycm_autoclose_preview_window_after_completion* option
When this option is set to '1', YCM will auto-close the 'preview' window after
the user accepts the offered completion string. If there is no 'preview' window
triggered because there is no 'preview' string in 'completeopt', this option is
irrelevant. See the |g:ycm_add_preview_to_completeopt| option for more details.
Default: '0'
>
let g:ycm_autoclose_preview_window_after_completion = 0
<
-------------------------------------------------------------------------------
The *g:ycm_autoclose_preview_window_after_insertion* option
When this option is set to '1', YCM will auto-close the 'preview' window after
the user leaves insert mode. This option is irrelevant if
|g:ycm_autoclose_preview_window_after_completion| is set or if no 'preview'
window is triggered. See the |g:ycm_add_preview_to_completeopt| option for more
details.
Default: '0'
>
let g:ycm_autoclose_preview_window_after_insertion = 0
Ctrl
덜 짜증나는 매핑됩니다Caps Lock
에Ctrl
또는 유지하려는 경우이를 교환Caps Lock
가능합니다.