PanePane
Sublime Text 3 plugin to resize panes via keyboard shortcuts.
Details
Installs
- Total 941
- Win 386
- Mac 275
- Linux 280
| Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 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 | 1 |
| Mac | 0 | 0 | 0 | 0 | 1 | 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 | 1 | 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 |