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 -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -