github pit-ray/win-vind v5.2.0

latest releases: v5.13.2, coverity, coverity-update-cache...
15 months ago

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 select tiny, small, normal, big, or huge.

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.

Don't miss a new win-vind release

NewReleases is sending notifications on new releases.