toggle-gutter

Quickly toggle visability of Atom's gutters

MaximSokolov

4,321

7

0.3.4

MIT

GitHub

Toggle Gutter

Build Status

Quickly toggle visability of Atom's gutters

toggle-gutter

Installation

Install directly using the command line:

apm install toggle-gutter

Or go to Settings > Install > Packages and search for toggle-gutter

Commands

Toggle Gutter: Gutter

Toggles visability of container with all gutters

'atom-workspace':
  'ctrl-g ctrl-g': 'toggle-gutter:gutter'

Toggle Gutter: Line numbers

Toggles visability of line-number gutter

'atom-workspace':
  'ctrl-l ctrl-l': 'toggle-gutter:line-numbers'

Toggle Gutter: {Guter name}

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'

Contribution

Please report issues/bugs, feature requests, and suggestions for improvements to the issue tracker

License

This software is distributed under MIT license