ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Pane​Pane

by mikesmithgh ALL

Sublime Text 3 plugin to resize panes via keyboard shortcuts.

Details

Installs

  • Total 876
  • Win 355
  • Mac 259
  • Linux 262
May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29
Windows 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 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 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 1 0 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 1 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.

demo

Installation

Package Control

  1. Open the command palette, press ctrl + shift + p (Windows/Linux) or command + shift + p (Mac)
  2. Enter the command Package Control: Install Package
  3. Type PanePane

Git

  1. Navigate to the Packages directory
    • Open the command palette, press ctrl + shift + p (Windows/Linux) or command + shift + p (Mac)
    • Enter the command Preferences: Browse Packages
  2. 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

greedy_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