Skip to content

NeoVintageous - Jumping to Errors

Red Dwarf - Terrorform (1992)

SublimeLinter is a code linting framework for Sublime Text. NeoVintageous has two commands for jumping to lint errors.

CommandDescription
[lJump backward to the previous error.
]lJump forward to the next error.

Both of those take a preceding count.

With a count, it means jump that many times: 3]l jumps to the third error.

If a count is greater than the number of errors it will jump to the last error.

A status message is displayed if there are no more errors.