railsware / upterm

A terminal emulator for the 21st century.
MIT License
19.24k stars 617 forks source link

Support split screen like in iTerm2 #372

Open lipis opened 8 years ago

lipis commented 8 years ago
screen shot 2016-05-24 at 10 40 35
vlad-shatskyi commented 8 years ago

Thumb up the issue if you want it too. It does influence the priority.

vlad-shatskyi commented 8 years ago

Implementation plan:

vlad-shatskyi commented 8 years ago

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.

lipis commented 8 years ago

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

screen shot 2016-07-05 at 22 45 00
vlad-shatskyi commented 8 years ago

You see, @lipis, it's exactly the shortcuts I use in iTerm. There will be an ability to change them one day.

denieler commented 8 years ago

Sorry, I've not changed shortcut for splitting panes.

vlad-shatskyi commented 8 years ago

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