আমার নির্দিষ্ট ক্ষেত্রে, প্লাগইনগুলির মাধ্যমে পূর্বরূপ উইন্ডোটি খোলা হয়েছিল। সুতরাং, আমি উইন্ডোজ স্বয়ংক্রিয়ভাবে বন্ধ করতে প্লাগইন কনফিগারেশন ব্যবহার করেছি।
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
কম বিরক্তিকর remapping হয়Caps Lock
করতেCtrl
বা তাদের সোয়াপিং আপনি রাখতে চান তাহলেCaps Lock
পাওয়া যায়।