diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-01-23 12:26:41 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-01-23 12:26:41 -0500 |
commit | 447d51cfcd988ca977f95e51f9cdf32d68c499dd (patch) | |
tree | 9f4447809b2205ea9651f9cea98874e8faedee0e /.tmux-mail.conf | |
parent | Open html emails in firefox (diff) |
Update mutt tmux config
Diffstat (limited to '.tmux-mail.conf')
-rw-r--r-- | .tmux-mail.conf | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.tmux-mail.conf b/.tmux-mail.conf index 8dbafa5..e3d7e4f 100644 --- a/.tmux-mail.conf +++ b/.tmux-mail.conf @@ -1,8 +1,12 @@ 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 athena.caslab.queensu.ca' -new-session -s mus -Ad +new-session -s mail -d -n mutt 'neomutt -f imaps://rkavanag%40andrew.cmu.edu@imap.gmail.com' +split-window -c '~' 'neomutt -f imaps://hermes.ryanak.ca' +split-window -c '~' -h 'neomutt -f imaps://ryanakca@gmail.com@imap.gmail.com/' +new-window -d -c '~' -n hermes 'ssh hermes.ryanak.ca' +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:hermes remain-on-exit on +set-option -t mus:ncmpcpp remain-on-exit on attach -t mail |