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