/atom-layout-control

Atom layout manager with Sublime Text-like shortcuts and commands featuring columns, rows, and grid.

Primary LanguageJavaScriptMIT LicenseMIT

Layout Control

Atom layout manager with Sublime Text-like shortcuts and commands featuring columns, rows, and grid.

Layout Control @ Atom Packages

Default Keybindings

You can change these in Preferences > Keybindings.

Command Mac OS Linux/Windows
Set the layout to n columns (between 1 and 4) cmd + alt + n ctrl + alt + n
Set the layout to n rows (2 or 3) cmd + shift + alt + n ctrl + shift + alt + n
Create a 4 panes grid cmd + alt + 5 ctrl + alt + 5

Examples:

  • In Mac OS, cmd + shift + alt + 3 would create a 3 rows layout.
  • In Windows/Linux, ctrl + alt + 4 would create a 4 columns layout.

Based on neurodynamic's work.