Sublime Forum

Vintage - Jump over delimiters / braces?

#1

Hi,

this is “a very special” request / question…

With gVim I’m using DelimitMate (github.com/Raimondi/delimitMate)
It allows me to have this in my _vimrc file:

" Jump over all delimiters
inoremap =delimitMate#JumpMany()
" Jump over only the next delimiter
inoremap =delimitMate#JumpAny("<C-Tab>")

This let’s me “jump out” or “jump over” a few word delimiters (in insert mode).

E.g. (xys scripting (XYplorer)):

inputselect("$test|")

The “|” is the current cursor position and the closing quotation marks + brackets were created automatically.

When I hit strg+enter the cursor moves to the first place after the closing quotation mark:

inputselect("$test"|)

or if I hit shift+enter the cursor moves to the end of the line (over all existing delimiters):

inputselect("$test")|

Is there any way to rebuild this behavior for ST2?

Yeah, I’m really used to it :wink:

Regards,
Highend

0 Likes