Saturday, February 21, 2015

move cursor to the beginning of the selected text in visual mode

To the beginning of the selected text:

`<

To the end of the selected text:

`>

For example:

vmap ,s :call MyFunction()<CR>`<

No comments: