dvcrn / proton

space-atom. spacemacs and sublimious style editing in atom
GNU General Public License v3.0
565 stars 55 forks source link

fix(linter): Update keybinds for new linter [Jack Casey] #263

Closed jackcasey closed 7 years ago

jackcasey commented 7 years ago

The new linter overhaul in the recent atom changes some keybinds, this simply reinstates the old behaviour as much as possible.

geksilla commented 7 years ago

please see #262

jackcasey commented 7 years ago

Oops @geksilla, I totally missed your PR when skimming over open PRs. Apologies!

I will close this. But I do think it's better to use linter-default-ui:next instead of linter-default-ui:next- error; that will move to the next error or warning (or info?) rather than just errors. I'm pretty sure that is the old behaviour, as I often get 'warnings' about coding style (from rubocop for ruby) and next-error won't move to them but I'm sure <SPC> e n used to. Thoughts?