You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am suffering a problem cause by timeoutlen option, which will cause a 1000ms delay before automatically change input method. If anyone suffers the same problem. You should adjust your timeoutlen like this
" in vimrc...settimeoutlen=1000setttimeoutlen=0
FYI.
The text was updated successfully, but these errors were encountered:
If Vim is started normally and no user vimrc file is found, the
$VIMRUNTIME/defaults.vim script is loaded. This will set 'compatible' off,
switch on syntax highlighting and a few more things. See the script for
details. NOTE: this is done since Vim 8.0, not in Vim 7.4. (it was added in
patch 7.4.2111 to be exact).
'ttimeoutlen' 'ttm' number (default -1, set to 100 in |defaults.vim|)
Hi there,
I am suffering a problem cause by
timeoutlen
option, which will cause a 1000ms delay before automatically change input method. If anyone suffers the same problem. You should adjust yourtimeoutlen
like thisFYI.
The text was updated successfully, but these errors were encountered: