From 447d51cfcd988ca977f95e51f9cdf32d68c499dd Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 23 Jan 2018 12:26:41 -0500 Subject: Update mutt tmux config --- .tmux-mail.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '.tmux-mail.conf') 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 -- cgit v1.2.3