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

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -