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