Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help wanted: Showing the two terminal windows #3

Open
kaspersoerensen opened this issue Dec 16, 2018 · 2 comments
Open

Help wanted: Showing the two terminal windows #3

kaspersoerensen opened this issue Dec 16, 2018 · 2 comments

Comments

@kaspersoerensen
Copy link

Hi there,

First off: This is a very nice compilation of dotfiles. They have helped me out a lot!
However, I can't figure out how to get the two terminal windows, that you display in the screendump. Can you explain how you achieved that?

skaermbillede 2018-12-16 kl 10 10 58

@epilande
Copy link
Owner

Hey @kaspersoerensen, you can achieve that by using tmux.

I have hotkeys set up for quickly creating split panes in tmux, check out this file https://github.com/epilande/dotfiles/blob/master/tmux/tmux.conf.symlink#L65-L66

Here's an illustration of how that set up is running (iterm + tmux + vim).

┌────────────────────────────────┐
|              ITERM             |
| ┌────────────────────────────┐ |
| |            TMUX            | |
| | ┌────────────────────────┐ | |
| | |                        | | |
| | |          VIM           | | |
| | |                        | | |
| | |────────────────────────| | |
| | |     ZSH    |    ZSH    | | |
| | └────────────────────────┘ | |
| └────────────────────────────┘ |
└────────────────────────────────┘

@kaspersoerensen
Copy link
Author

Okay - I think I get it now. I need to spend some time understanding the key-bindings in tmux I think 😉. Thank you very much for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants