Skip to content

samthib/docks-toggler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Open and close any of the docks in Atom with shortcuts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published