NeoVintageous - Jumping to Errors
SublimeLinter is a code linting framework for Sublime Text. NeoVintageous has two vim commands for jumping to SublimeLinter lint errors:
Command | Description |
---|---|
[l | Jump backward to the previous error. |
]l | Jump forward to the next error. |
With a count, it means jump that many times e.g. 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.