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 Settings → Install 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 + ⇩
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
- Website :
samuel-thibault.fr
- Contact :
contact@samuel-thibault.fr
- GitHub :
github.com/samthib
- Linkedin :
linkedin.com/in/samuel-thibault-1528481b1/