jump: Jump over predefined barrier strings

Description Usage Details Value

View source: R/jump.R

Description

Jump over predefined barrier strings

Usage

1
2
3

Details

Execute these functions to perform jump in active document context. It means that cursor movement will be done in both source and console panels.

In jump() jump is done if any set barrier strings is found to the right of the current cursor position (on the current line). If multiple barrier strings are found then the first one is said "to be detected". After that cursor is moved right after the detected barrier.

In jump_single() jump is done always by one single character to the right. This imitates the "Right" arrow of keyboard.

Note that these functions are usually helpful if binded to a keyboard shortcut.

Value

Returns TRUE if there were no errors.


echasnovski/cursorjumper documentation built on May 21, 2020, 9:02 p.m.