github pit-ray/win-vind v5.1.0-beta1

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

Minor

New

  • Added <gridmove> function to move a cursor using hints located with grid-cell style (#115, #145, #155).
  • To change fonts or colors, added its options as gridmove_bgcolor, gridmove_fontcolor, gridmove_fontname, gridmove_fontsize, and gridmove_fontweight.
  • Added the gridmove_size option in order to set the grid size, which assumes a text as its value, such as 12x8 for horizontal 12 cells and vertical 8 cells.

In this build, the default bindings of <gridmove> in gui normal mode are set to <c-m>.
For example, we can change its parameters.

gnnoremap <ctrl-h> <gridmove><click_left>  " move and click
set gridmove_size=12x8   " 8x12 matrix
set gridmove_bgcolor=323232
set gridmove_fontcolor=c8c8c8
set gridmove_fontsize=14
set gridmove_fontweight=500
set gridmove_fontname=Arial

Plaese try it.

Don't miss a new win-vind release

NewReleases is sending notifications on new releases.