There is a bug when you close windows (the round yellow thing remains). Also can you name the windows?
Also updated in http://cockpit.27ae60.com/help.html
41–49 of 49 posts
There is a bug when you close windows (the round yellow thing remains). Also can you name the windows?
Also updated in http://cockpit.27ae60.com/help.html
Earlier quoted context omitted.
Big con for me: scrolling sucks. Even o latest 2.x, which is indeed better, but still light years away from native.
When you say scrolling, do you mean with something other than a keyboard? I thought this is something I wanted, but when I finally got around to getting mouse inputs working the way I thought they should, I realized that mousing around a terminal is kind of weird. Granted, I still use my mouse for copy/pasta operations, but I hope to eventually break that habit in time. What's your workflow with tmux like?
But I had much greater ambitions in the past which I've given up mostly due to scrolling, clearing scrollback inserting a bunch of whitespace instead of actually clearing, etc.
I scroll with the mouse a lot, it's more tolerable with the keyboard, but it's still not as good as native interaction.
It also messes with the colors sometimes. For some reason, screen doesn't.
This looks really nice! It's not for me, though. Maybe I'm not a very good systems engineer, but I've got a decent .tmux.conf. Between writing automation and trying to make sense of the mess I've inherited, I'm constantly splitting, resizing, and re-adjusting my work space to suit the task at hand.
what are the pros and cons to using tmux as opposed to say multiple instances of a terminal emulator split up using ratpoison?
Ratpoison could possibly be better (I keep meaning to give it a shot), although one thing I really enjoy about using tmux is being able to quickly open, shuffle, reorganize, and close panes with only the overhead of starting a new shell.
This looks really nice! It's not for me, though. Maybe I'm not a very good systems engineer, but I've got a decent .tmux.conf. Between writing automation and trying to make sense of the mess I've inherited, I'm constantly splitting, resizing, and re-adjusting my work space to suit the task at hand.
+1 The mnemonics that come with tmux are short and intuitive enough such that everything ive needed is just a ctrl+b away. Curious what the use case is for this
After almost every reboot on my laptop I start a tmux with a certain layout with some semi-long-running processes which I want active and not daemonized, I can also not start them at the same time. I start them in a tmux with the layout split into 4 quadrants, then create a single new window so I don't see them all the time and can work there.
Took me at least 2h to figure that out, how to split it programmatically and start everything in the correct "corner". Now it's just running a script and not having to anything manually.
This would have probably saved me 2h. And I have totally forgotten everything again now, so much for "just a ctrl-b" away. (Using tmux daily, but not in THIS way)
I found a small bug: When you have an edit field open and try to open another one (command/session name/window name), the second one will just be cleared to blank.
Nice application! I found a small bug: When you have an edit field open and try to open another one (command/session name/window name), the second one will just be cleared to blank.