Replies: 2 comments 3 replies
-
Hey @jrock2004 I thought this would be a fun issue to play around with the new-ish Discussions feature on GitHub. You are correct. I typically create a single tmux session for the line of work I'm doing. This is typically delineated as "work" and "open-source", so I can completely switch contexts and for the most part leave my tmux setup alone for work. Then, I'll typically try and stick to one tmux window per Git repository that I'm working with. In that window, I'll have a top-half split that pretty much continuously runs vim, with as many splits as needed running across the bottom for running watchers, tests, doing git stuff, etc. I also work on an ultra wide monitor, so occasionally I'll create a right-split on the top to have a wider view of things like test output, for example. Whenever I want to concentrate on just writing code or whatever the output is in any particular split, I'll promote it to full-screen using I would be curious to hear about your preferred setup as well, and I'm also happy to answer any other questions you might have! |
Beta Was this translation helpful? Give feedback.
-
This is old discussion but do you have a browser and terminal on 1 screen? Do you have 2 browsers and 1 terminal? Maybe 1 browser and 2 terminals? |
Beta Was this translation helpful? Give feedback.
-
Taking a look at your screenshot, I am curious if this is how you work, day to day? Do you just have 1 tmux session and use tmux tab/screens for different items?
Beta Was this translation helpful? Give feedback.
All reactions