मेरे विशिष्ट मामले के लिए, पूर्वावलोकन विंडो को प्लगइन्स द्वारा खोला गया था। इसलिए, मैंने इन विंडो को स्वचालित रूप से बंद करने के लिए प्लगइन कॉन्फ़िगरेशन का उपयोग किया।
Supertab
जैसा कि एलेक्स क्रोल द्वारा सुझाया गया है:
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
है।