pear-tree icon indicating copy to clipboard operation
pear-tree copied to clipboard

Is there a way to jump to the position which is just after the current match pairs?

Open rainbowrun opened this issue 4 years ago • 1 comments

For example, in C++, we need a semicolon at the end of every line, so if I call the function Foo with parameter 24, by using this plugin, I will have:

Foo(24|)

Notice '|' is where the cursor is, and I want to move it after ')' so that I can add ';'.

rainbowrun avatar Mar 04 '21 21:03 rainbowrun

I think <Plug>(PearTreeJump) is what you want (see bottom of readme), just have to map it to something

emerdenny avatar Mar 09 '21 15:03 emerdenny