I've checked the source code and the documentation, but there doesn't appear to exist a way to jump to first sign, between signs, etc. This feature seems to be implemented by syntastic and is reasonable to have.
I actually have some separate commands I use for this personally, which reads the loclist. I could modify them to finally also check for columns too, and include them in this plugin.
I'm personally not a fan of default mappings, but a set of <plug>(ale-jump- mapables would be great for this.
Yeah, I won't set any default keybinds for it, but I will add some lines to the documentation with some suggestions. I have personally bound Ctrl + j and Ctrl + k to jumping between errors/warnings.
I have pushed a commit on a branch for an initial go at implementing this now. I'll get some other changes merged first, and then get around to merging that.
Looks good @w0rp! Mind setting up some <plug> maps? Makes mapping easier.
Yeah. If you have some suggestions, throw them at me. I'm not too familiar with <plug> mappings myself.
I have added <Plug> mappings, and this is now on master. Give it a try. There's documentation on the commands and keybinds in the online documentation, and also in the README.
Works great!
Most helpful comment
I actually have some separate commands I use for this personally, which reads the loclist. I could modify them to finally also check for columns too, and include them in this plugin.