Closed johnathanz closed 7 years ago
I am running the latest Sublime beta build 3064 (from the website 3065 does not seem to be released). Everything is working fine but for Ctrl+w S.
Do you have any other plugins running? Did you disabled the Vintage
package (through the ignored_package entry in your user preferences?
3065 is on the website: http://www.sublimetext.com/3
Confirm that Vintage
is diabled. Vintageous
and Origami
are installed and running fine.
I have too many plugins to list, but using Keymap
https://github.com/MiroHibler/sublime-keymaps, there are no key bind conflicts with your plugin...
I cannot reproduce this on Linux / ST3 build 3065 / Vintageous ~3
Doesn't work for me, either. Mac OS X 10.10.5, Sublime Text 3, Stable Channel, Build 3083. Vintage in disabled_packages, Vintageous and Origami Installed, vintageous_use_ctrl_keys = true
Doesn't work for me either--I can jump between panes using control-w and then a movement key, but not having much luck opening up new panes.
Try using this fork: https://github.com/jlangston/Vintageous-Origami
I just created a new branch with support for Vintageous 4. I will do some cleanup and submit a new version soon.
Just pushed the new version 2.0.0 with support for Vintageous 4
Hey Rod
I tested this plugin on the latest stable Beta build of ST3 (build 3065). A few controls work, others don't.
I have Vintageous and Origami installed, and option: "vintageous_use_ctrl_keys" is set to true.
WORKS: v ctrl+v: Vertical split c: Close pane o ctrl+o: Make current pane the only one l,: Move to right pane
h, : Move to left pane
DOESN'T WORK: s S ctrl+s: Horizontal split n ctrl+n: New horizontal split with empty file k,: Move to up pane
j, : Move to down pane
L: Exchange with right pane
H: Exchange with left pane
K: Exchange with up pane
J: Exchange with down pane
x: Close window
X: Close all windows
The commands also don't work
:vs[plit]: Vertical split
:sp[lit]: Horizontal split
:new: Horizontal split with new file
:vne[w]: Vertical split with new file
:on[ly]: Make current pane the only one
Any help is appreciated!