ice9js / ace-jump-sublime

Jump between characters in Sublime Text 3 without using a mouse at ease
MIT License
202 stars 30 forks source link

Is it possible to pause Linter and Git gutter while jumping around #56

Closed it6 closed 7 years ago

it6 commented 7 years ago

when trying to jump around using cmd+shift+; before making a letter selection my eslint and gitgutter fires lint errors show up and gitgutter shows changes

Is there any way to stop linter/gutter syntax warning until jump is complete?

Thanks in advance.