VintageousOrigami
Add Vim like pane management to Vintageous using SublimeText/Origami
Details
Installs
- Total 5K
- Win 2K
- Mac 2K
- Linux 1K
Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 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 | 1 |
Mac | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 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 |
Readme
- Source
- raw.githubusercontent.com
Vintageous Origami
Origami is an awesome Sublime Text plugin that lets you conveniently configure your panel layout using shortcut keys.
Vintageous Origami adds pane management shortcut using Origami functionality similar to Vim's window managment. It tries to match as best as possible Vim behaviour. Origami's shortcuts are also available through the familiar Vim ctrl+w
shortcut.
Notes
- These bindings are only available in command mode (not insert mode).
To use this with Vintageous, first press ctrl+w
, then press one of following key
v
ctrl+v
: Vertical splits
S
ctrl+s
: Horizontal splitc
: Close panen
ctrl+n
: New horizontal split with empty fileo
ctrl+o
: Make current pane the only onel
,<right>
: Move to right paneh
,<left>
: Move to left panek
,<up>
: Move to up panej
,<down>
: Move to down paneL
: Exchange with right paneH
: Exchange with left paneK
: Exchange with up paneJ
: Exchange with down pane
Also adds custom bindings:
x
: Close windowX
: Close all windows
The following Origami bindings are still available after pressing ctrl+w
.
- no modifiers: travel to an adjacent pane
The following Origami bindings will not work.
shift
: carry the current file to the destinationalt
(option
): clone the current file to the destinationsuper
: create an adjacent panesuper+shift
: destroy an adjacent pane
(Note: Windows and Linux use ctrl
instead of super
.)
Commands
The following basic commands are implemented:
* :sp[lit]
: Horizontal split
* :vne[w]
: Vertical split with new file
By default, the plugin overrides the following command provided by Vintageous to provide a behaviour that is more consistent with Vim's
:vs[plit]
: Vertical split:new
: Horizontal split with new file:on[ly]
: Make current pane the only one
Each of the override can be toggle with the appropriate settingfollowing preferences vintageous_origami_override_command_vsplit
Settings
See Vintageous-origami/Preferences.sublime-settings for a comprehensive list of settings.
Install
Make sure you have Origami installed already:
https://github.com/SublimeText/Origami
Make sure you have Vintageous installed already:
https://github.com/guillermooo/Vintageous
Enable Vintageous to use ctrl keys in your preferences
`"vintageous_use_ctrl_keys": true`
This plugin is available through Package Control.
Manual Install
First make sure Origami is already installed:
https://github.com/SublimeText/Origami
Go to your Packages subdirectory under ST3's data directory:
- Windows: %APPDATA%\Sublime Text 3
- OS X: ~/Library/Application Support/Sublime Text 3
- Linux: ~/.config/sublime-text-3
- Portable Installation: Sublime Text 3/Data
Then clone this repository:
git clone https://github.com/rodcloutier/Vintageous-Origami.git
Todo
- Add support for arguments to :sp :vs :new :vnew
Inspired by https://github.com/garyc40/Vintage-Origami