Origami
Origami copied to clipboard
Split the window however you like! Create new panes, delete panes, move and clone views from pane to pane.
I often use 2 columns with the right column split into 2 rows and `auto_zoom_on_focus` set to `[0.5, 0.9]`. This allows me to see 2 files side by side, with...
**Question**: Is there a way to make Origami reuse the view in the target pane, since it's already open? I don't need an additional view within the same pane. **Possible...
This commit allows the user to mark certain layouts as favourite for use with `new_window_with_favourite_layout` command, which, much like `new_window_with_current_layout`, opens a new window; the difference is that said marked...
Automatically focus a pane when View.on_hover event. if you want to activate a pane when mouse on hover event, set `auto_focus_on_hover` to true in the Origami preferences. default setting: `...
I don't want to have to worry about specifying a direction when cloning or moving a file, etc. Just put it on the nearest pane. I use just 2 panes...
Hey great plugin. I love it. The one thing I would love to see is the option to split the focus between only the active pane and the previously active...
{ "keys": ["ctrl+alt+d"], "command": "destroy_pane", "args": {"direction": "self"} } either minimises the current ST3 workspace or moves caret to adjasent pane. I've tried many different keybindings, so I don't think...
I typically use zoom_pane to get more vertical space when working on a single file. However on wider screens this wastes a lot of screen space for text files which...
I'm trying to use Terminus with Origami to create a build system for Python3. And it almost works correctly. When I have lets say 3 files opened in the tabs...
I am trying to close the empty pane at the bottom using self close command but it doesnt work, edit: using close empty pane below from the above pane does...