Skip to content

Add jump to error command to console

The console now has a new command to jump to errors in different buffers. The default binding is "ctrl-j" for 'Jump to error'. To use it, move point to the line of the error, and use the binding.


Exactly as it says on the tin. Just move point to the error line, press the binding and BAM! You're there!

I'm not aware of a 'notify' mechanism for the minibuffer (for the message that there is no error on the point line). If there is one, please inform me so I can fix it.

As always, if you'd like anything else with this patch, let me know.

Merge request reports