Minor
Add-
- To simplify the features, we have introduced a hierarchical structure of function (tier), allowing the user to choose the level of functionality. At the beginning of the .vindrc file, use the
version
command to selecttiny
,small
,normal
,big
, orhuge
.
Example:
" Only comments can be written in here.
version tiny
" Any command can be written from.
" For example
set shell = cmd
Tier | Supported Features |
---|---|
tiny | +mouse +syscmd |
small | +mouse +syscmd +window +process |
normal | +mouse +syscmd +window +process +vimemu |
big | +mouse +syscmd +window +process +vimemu +hotkey +gvmode |
huge | +mouse +syscmd +window +process +vimemu +hotkey +gvmode +experimental |
Following Vim, there are five tiers. tiny
has minimal commands for mouse moving and clicking, including EasyClick and GridMove. small
allows more flexible handling of window controls and process launches, etc. normal
has Vim emulation mappings and allows text editing in text areas, etc. big
adds several hotkeys that redefine some of the shortcut keys in Windows to operate Windows with more Vim-like ways. It also provides GUI Visual Mode (+gvmode), which allows for holding down the mouse. huge
allows win-vind to have experimental features for more complex operations.