Open lipis opened 8 years ago
Thumb up the issue if you want it too. It does influence the priority.
Implementation plan:
type Pane = SinglePane | VerticalList | HorizontalList
. Splitting would replace a SinglePane
with a corresponding list.Window -> Split Horizontally
and Window -> Vertically
to the menu.a pane to the left of the current one
in order to switch between them from the keyboard.You can now split the screen horizontally with cmd + _
. Vertical split, resizing and maximizing a pane aren't implemented yet.
Use cmd+j
and cmd+k
to navigate between splits from the keyboard.
Why not using the same shortcuts as in iTerm? No need to reinvent the wheel and I don't think that they are patented :P
You see, @lipis, it's exactly the shortcuts I use in iTerm. There will be an ability to change them one day.
Sorry, I've not changed shortcut for splitting panes.
Thanks to @denieler vertical splits now work as well! The current shortcut is cmd+|
(the button above return, which kind of reminds a vertical split). Configurable shortcuts are coming. https://github.com/shockone/black-screen/issues/441