* [gentoo-user] screen, screen+byobu, or tmux?
@ 2011-04-17 4:39 Pandu Poluan
2011-04-17 7:24 ` Jesús J. Guerrero Botella
2011-04-17 9:20 ` Stroller
0 siblings, 2 replies; 3+ messages in thread
From: Pandu Poluan @ 2011-04-17 4:39 UTC (permalink / raw
To: Gentoo-user
So, anyone got any experience using screen and screen+byobu and tmux?
What's your opinion in general of the three alternatives?
Rgds,
--
--
Pandu E Poluan - IT Optimizer
My website: http://pandu.poluan.info/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] screen, screen+byobu, or tmux?
2011-04-17 4:39 [gentoo-user] screen, screen+byobu, or tmux? Pandu Poluan
@ 2011-04-17 7:24 ` Jesús J. Guerrero Botella
2011-04-17 9:20 ` Stroller
1 sibling, 0 replies; 3+ messages in thread
From: Jesús J. Guerrero Botella @ 2011-04-17 7:24 UTC (permalink / raw
To: gentoo-user
2011/4/17 Pandu Poluan <pandu@poluan.info>:
> So, anyone got any experience using screen and screen+byobu and tmux?
>
> What's your opinion in general of the three alternatives?
tmux seems to be much more actively developed these days. That's my
perception at least.
A fact is that its codebase is lighter and simpler, and it has been
able to do vertical splits for a long time. I don't know if that
feature finally merged (in an usable status, I mean) in screen.
--
Jesús Guerrero Botella
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] screen, screen+byobu, or tmux?
2011-04-17 4:39 [gentoo-user] screen, screen+byobu, or tmux? Pandu Poluan
2011-04-17 7:24 ` Jesús J. Guerrero Botella
@ 2011-04-17 9:20 ` Stroller
1 sibling, 0 replies; 3+ messages in thread
From: Stroller @ 2011-04-17 9:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1237 bytes --]
On 17/4/2011, at 5:39am, Pandu Poluan wrote:
> So, anyone got any experience using screen and screen+byobu and tmux?
tmux, as discussed here at length in the past.
Useful features include [1].
Because tmux is a single server daemon and you can run tmux commands from both inside and outside of it, without needing to go into "command mode", you can do useful things like:
for host in server1 server2 server3
do
tmux new-window -d "ssh $host"
done
Then using `tmux synchronize-panes on` you can `emerge -pv world` (or whatever) to all hosts.
This is just one example. Maybe you need italics support, or something else instead. tmux is better than screen lots of minor ways, that are cumulatively significant IMO.
tmux "doesn't need" byobu because it's better than screen in the first place, although it does need some customisation, IMO (see attached). If you have a window manager that provides a clock, then having it also in your screen / tmux status line is just a distraction and a waste of space; likewise CPU meters are always so, IMO.
Stroller.
[1] http://sourceforge.net/mailarchive/forum.php?thread_name=20110417043659.GA10986%40carbon.vonhaugwitz.com&forum_name=tmux-users
[-- Attachment #2: tmux.conf --]
[-- Type: application/octet-stream, Size: 520 bytes --]
set -g prefix C-a
unbind C-b
bind C-a send-prefix
setw -g mode-keys vi
set-option -g status-keys vi
set-option -g status-justify centre
set -g status-bg black
set -g status-fg green
set-window-option -g window-status-current-bg green
set-window-option -g window-status-current-fg black
set -g status-right '#[fg=blue][#S]'
set -g status-left-length 20
set -g status-left '#[fg=blue]#T'
#set -g status-left '#[fg=blue]#(hostname)'
set-window-option -g mode-bg green
set -g message-bg green
#set -g message-fg white
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-04-17 10:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-17 4:39 [gentoo-user] screen, screen+byobu, or tmux? Pandu Poluan
2011-04-17 7:24 ` Jesús J. Guerrero Botella
2011-04-17 9:20 ` Stroller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox