Quickly toggle visability of Atom's gutters
Install directly using the command line:
apm install toggle-gutter
Or go to Settings > Install > Packages and search for toggle-gutter
Toggles visability of container with all gutters
'atom-workspace':'ctrl-g ctrl-g': 'toggle-gutter:gutter'
Toggles visability of line-number
gutter
'atom-workspace':'ctrl-l ctrl-l': 'toggle-gutter:line-numbers'
Toggles visability of gutter with the given name. Gutter must be specified in the gutters
list.
'atom-workspace':'ctrl-i': 'toggle-gutter:linter-ui-default'
Please report issues/bugs, feature requests, and suggestions for improvements to the issue tracker
This software is distributed under MIT license
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.