diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 19:20:11 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 19:20:11 -0400 |
commit | eb988f10b3760deb8d031fdcec36add1827cfa8e (patch) | |
tree | a8584ee15d600e0303544e3351cac0563be32639 /.tmux-mail.conf | |
parent | fix mutt bg color (diff) |
fix tiling of mutt
Diffstat (limited to '.tmux-mail.conf')
-rw-r--r-- | .tmux-mail.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux-mail.conf b/.tmux-mail.conf index 3c050c9..20516a3 100644 --- a/.tmux-mail.conf +++ b/.tmux-mail.conf @@ -4,6 +4,7 @@ new-session -s mail -d -n mutt 'neomutt -f imaps://rkavanag%40alumni.cmu.edu@ima split-window -c '~' 'neomutt -f imaps://imap.rak.ac' split-window -c '~' -h 'neomutt -f imaps://ryanakca@gmail.com@imap.gmail.com/' split-window -c '~' -h 'neomutt -f imaps://ryan.kavanagh@mcgill.ca@outlook.office365.com' +selectl -t mail tiled 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' |