pane-manager

Set your panes layout, move your files between them, and other useful pane-related stuffs. WARNING: breaking changes in 1.0!

leny

2,208

9

1.0.1

MIT

GitHub

Atom: pane-manager

Set your panes layout, move your files between them, and other useful pane-related stuffs.


WARNING: breaking changes in 1.0!

If you used this package before its 1.0 version, you need to read the following documentation: commands name have changed and keybindings have been disabled to make overriding easier.


Keybindings

With the success of Atom, it's really difficult to choose keybindings that will not enter in conflict whit anyone else's packages, so I have removed the default keystrokes and let the keymap empty to let you set your own keybindings.

See keymaps/pane-manager.cson for suggestions.

Features

Change pane layouts

Use commands pane-manager:change-layout-[number] to switch between layouts ([number] can be one of the following : one, two, three, four, five, six, seven, eight, nine, ten).

Customize layouts

Using the following config parameters, you can customize your pane layouts (following are defaults).

Give the focus to another pane

Use commands pane-manager:focus-to-pane-[number] to change the focus to target pane ([number] can be one of the following : one, two, three, four, five, six, seven, eight, nine, ten).

Move a tab to another pane

Use commands pane-manager:move-to-pane-[number] to move current tab to target pane ([number] can be one of the following : one, two, three, four, five, six, seven, eight, nine, ten).