diff options
author | Ryan Kavanagh <rak@debian.org> | 2020-01-02 14:44:12 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2020-01-02 14:44:12 -0500 |
commit | 95fc9a0bbd82eed34b4e26296d1a58d1edff3e3e (patch) | |
tree | 9613cc3cd17deba241980443cb6a20ce91b9a4f1 /.tmux-mail.conf | |
parent | wyep in mpd (diff) |
connect to hosts in sm
Diffstat (limited to '.tmux-mail.conf')
-rw-r--r-- | .tmux-mail.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.tmux-mail.conf b/.tmux-mail.conf index a8f4d4a..cb30a75 100644 --- a/.tmux-mail.conf +++ b/.tmux-mail.conf @@ -3,10 +3,18 @@ source-file ~/.tmux.conf new-session -s mail -d -n mutt 'neomutt -f imaps://rkavanag%40andrew.cmu.edu@imap.gmail.com' split-window -c '~' 'neomutt -f imaps://imap.ryanak.ca' split-window -c '~' -h 'neomutt -f imaps://ryanakca@gmail.com@imap.gmail.com/' -new-window -d -c '~' -n aether 'ssh aether.ryanak.ca' +new-window -d -c '~' -n aether 'ssh aether.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 'ssh sdf' +new-window -d -c '~' -n tt 'ssh tilde.team' new-session -s mus -A -n ncmpcpp -c '~' 'ncmpcpp' select-window -t mail:mutt set-option -t mail:mutt remain-on-exit on set-option -t mail:aether remain-on-exit on +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 mus:ncmpcpp remain-on-exit on attach -t mail |