diff options
Diffstat (limited to '')
-rw-r--r-- | .tmux-mail.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.tmux-mail.conf b/.tmux-mail.conf index 29b9436..a457d0b 100644 --- a/.tmux-mail.conf +++ b/.tmux-mail.conf @@ -7,7 +7,9 @@ new-window -d -c '~' -n hades 'ssh hades.rak.ac' new-window -d -c '~' -n eos 'ssh eos.rak.ac' new-window -d -c '~' -n republic 'ssh republic' new-window -d -c '~' -n sdf 'unset TMUX; sdf' -new-window -d -c '~' -n tt 'ssh -t tilde.team bash -ic tt' +new-window -d -c '~' -n tt 'ssh -t tt bash -ic tt' +new-window -d -c '~' -n grex 'ssh -t grex bash -ic tmux new-session -A -s 0' +new-window -d -c '~' -n rtc 'ssh -t rtc' new-session -s mus -A -n ncmpcpp -c '~' 'ncmpcpp' select-window -t mail:mutt set-option -t mail:mutt remain-on-exit on @@ -16,5 +18,7 @@ set-option -t mail:eos remain-on-exit on set-option -t mail:republic remain-on-exit on set-option -t mail:sdf remain-on-exit on set-option -t mail:tt remain-on-exit on +set-option -t mail:grex remain-on-exit on +set-option -t mail:rtc remain-on-exit on set-option -t mus:ncmpcpp remain-on-exit on attach -t mail |