NeoVintageous - Jumping to Errors
SublimeLinter is a code linting framework for Sublime Text. NeoVintageous has two commands for jumping to lint errors.
Command | Description |
---|---|
[l | Jump backward to the previous error. |
]l | Jump 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.