Major
Bugs
- fixed the problem not to call
Switch Virtual Desktop to Right
andSwitch Virtual Desktop to Left
. - Revised some small bugs.
Change Logs
- Remodeled
Preferences/Bind Lists
for customizing key-bindings to new UIPreferences/Bindings
. - Renovated
Preferences/Settings
. - Removed
Preferences/Options
. - Supported dynamically changing of settings.
- Changed settings' format from XML to JSON.
- Refactored all codes.
- Renovated Virtual Command Line. Its input system is better and it displays mode when changing mode. There are settings of the latter's fade-out time in
Preferences/Settings/Virtual Command Line/Fade Out Time (s)
. - Excluded Boost.
Useful Functions
- Added
Dedicating Mode
for the real-mouse user. If you push a left button of the mouse while pressing system keys(Shift, Alt, Ctrl),win-vind
is only validated on a selected window. You can turn this function onPreferences/Settings/Options/Dedicate to One Window
checkbox. - Added
Initial Mode
setting intoPreferences/Settings/Common
. You can select one betweenGUI Normal
,GUI Insert
,Editor Normal
, andEditor Insert
.
New Functions Based Original Vim
- Insert BOL (I/gI)
- Append EOL (A)
- Begin New Line Above Caret (O)