I'm looking to switch from screen to tmux for my terminal multiplexing needs, but there's a feature of screen that I need to replicate in tmux: the -X option, which allows one to run arbitrary screen commands inside an existing screen session.
I'm using tmux from a while and I'm very happy with it.
I would like to know if there is a way to get tmux to behave like screen -D -R so I could say, have the command as a default command in Putty.
These screen switches would force detach of an existing screen session for my user (even if it was still active and logged-in somewhere else) and reattach it to the current session.
I just compiled my own version of tmux with libevent. Whenver I run tmux, tmux starts, but exits quickly returning [exited].
Similar to the issue found here, although since a solution wasn't posted, I have nothing to go off of. I did a trace on tmux, and it's reading the configuration file (also, even a removed ~/.tmux.conf doesn't have it read /etc/tmux.conf), but it isn't actually executing the commands I put in there. I can source configuration manually inside tmux, so it's a mino
Using tmux both 1.7 and 1.8.
I see \; in tmux.conf files everywhere, but it fails with an error when I add it to mine.
I'm running Xubuntu 12.04, and when I use the Terminal I get colored filenames from ls. But inside tmux, everything ls prints is white. I know my tmux supports color, though, because I get color syntax highlighting when I run vim.
hey all, when i load tmux, it uses the default settings even though i have a .tmux.conf that changes some behavior. once inside tmux, i can use ^B :source-file ~/.tmux.conf and the settings take..any ideas?
skrite
https://bbs.archlinux.org/profile.php?id=28816
2013-01-14T16:02:11Z
I'm running Xubuntu 12.04, and when I use the Terminal I get colored filenames from ls. But inside tmux, everything ls prints is white. I know my tmux supports color, though, because I get color syntax highlighting when I run vim.