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
Fix the problem that command in .vindrc is misinterpreted as cmap.
New
Support cmap and cnoremap.
Added a list option arrangewin_ignore to remove from the target in ArrangeWindows.
set arrangewin_ignore =gvim, rainmeter
Added option to perform UI scan asynchronously, which is required by EasyClick and autofocus_textarea, for performance rather than accuracy. (uiacachebuild, uiacachebuild_lifetime, uiacachebuild_staybegin, uiacachebuild_stayend). A performance improvement of about 30 times can be expected.
set uiacachebuild
set uiacachebuild_lifetime =1000"frequent update
Add autofocus_textarea option to automatically focus the nearest text field to the mouse cursor when transitioning to Editor Normal Mode (#26).
Change (*Attention)
Change the default binding of transition to Resident Mode to <Esc-Down> due to duplication of <C-i> shortcut for italicizing in MS Office.
Also, change the default binding from Resident Mode to Insert Mode to <Esc-Up>.