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
, andgridmove_fontweight
. - Added the
gridmove_size
option in order to set the grid size, which assumes a text as its value, such as12x8
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.