PanePane
Sublime Text 3 plugin to resize panes via keyboard shortcuts.
Details
Installs
- Total 928
- Win 383
- Mac 270
- Linux 275
| Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
:warning: PanePane is inactive and no longer maintained. :warning:
Feel free to fork and make it your own. Better yet, come join me on Neovim :smile:.
PanePane
Sublime Text 3 plugin to resize panes via keyboard shortcuts.

Installation
Package Control
- Open the command palette, press
ctrl+shift+p(Windows/Linux) orcommand+shift+p(Mac) - Enter the command
Package Control: Install Package - Type
PanePane
Git
- Navigate to the Packages directory
- Open the command palette, press
ctrl+shift+p(Windows/Linux) orcommand+shift+p(Mac) - Enter the command
Preferences: Browse Packages
- Open the command palette, press
git clone https://github.com/mjsmith1028/PanePane.git
Features
The following commands are available via keyboard shortcuts or the command palette:
| Command | Windows/Linux Shortcut | Mac Shortcut |
|---|---|---|
| Decrease Pane Width | ctrl + < |
command + ctrl + < |
| Increase Pane Width | ctrl + > |
command + ctrl + > |
| Equal Pane Width | ctrl + alt + = |
command + ctrl + = |
| Decrease Pane Height | ctrl + shift + < |
command + shift + < |
| Increase Pane Height | ctrl + shift + > |
command + shift + > |
| Equal Pane Height | ctrl + shift + = |
command + shift + = |
| Toggle Greedy Pane | n/a |
n/a |
| Settings - Default | n/a |
n/a |
| Settings - User | n/a |
n/a |
Settings
| Setting | Description | Type | Default |
|---|---|---|---|
| greedy_pane | If true, then adjust adjacent panes during resize | Boolean | false |
| resize_amount | The amount to resize pane in the range of 1 to 100 | Integer | 3 |
Greedy Pane Demo

Recommended Packages
The following packages are recommended in conjunction with PanePane to improve Sublime Text's layouts and pane management.
| Package | URL |
|---|---|
| Origami | https://packagecontrol.io/packages/Origami |
| InactivePanes | https://packagecontrol.io/packages/InactivePanes |