docks-toggler

Open and close any of the docks with shortcuts

samthib

13

0

1.2.1

MIT

GitHub

Docks toggler package for Atom

Open and close your left, right and bottom docks in Atom only with shortcuts.

Table of contents

Installation

From the Atom website

Go to docks-toggler

Click Install

From the Atom menu

Open SettingsInstall and search for docks-toggler.

From the command line

apm install docks-toggler

Usage

Default shortcuts

Dock on the Left : CTRL + ALT +

Dock on the Right : CTRL + ALT +

Dock on the Bottom : CTRL + ALT +

Screenshot

Customized shortcuts

Customize with the shortcuts of your choice :

Shortcuts file : keymaps/docks-toggler.json

{
  "atom-workspace": {
    "ctrl-alt-right": "docks-toggler:right",
    "ctrl-alt-left": "docks-toggler:left",
    "ctrl-alt-down": "docks-toggler:bottom"
  }
}

Author