vim - Move the cursor to the start of text inside string -
how go (move cursor) start of contents of string or wrapper ([], {}. (). "". ..etc).
'some text here'
i want cursor here:
'|some text here'
% commmand jump matching ({[]}). depending on version of matchit.vim, string delimiters supported.
:help 'matchpairs'
Comments
Post a Comment