diff options
Diffstat (limited to '.tmux-mail.conf')
-rw-r--r-- | .tmux-mail.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.tmux-mail.conf b/.tmux-mail.conf new file mode 100644 index 0000000..a466e39 --- /dev/null +++ b/.tmux-mail.conf @@ -0,0 +1,7 @@ +source-file ~/.tmux.conf + +new-session -s mail -d -n mutt mutt +new-window -d -c '~' -n ryanak.ca 'ssh ryanak.ca' +new-window -d -c '~' -n athena 'ssh 2001:470:1d:9ae::1' +select-window -t mail:mutt +attach -t mail |