diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-03-06 15:50:33 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-03-06 15:50:33 -0500 |
commit | 027a9cb7f9425f7c424046831266bd613c5880bf (patch) | |
tree | 89294286d0bfa5110324fc08d50c26b53765eaf1 /.tmux-mail.conf | |
parent | Formatting (diff) |
Added imap/etc
Diffstat (limited to '.tmux-mail.conf')
-rw-r--r-- | .tmux-mail.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux-mail.conf b/.tmux-mail.conf index e3d7e4f..80241b8 100644 --- a/.tmux-mail.conf +++ b/.tmux-mail.conf @@ -1,7 +1,7 @@ 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://hermes.ryanak.ca' +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 hermes 'ssh hermes.ryanak.ca' new-session -s mus -A -n ncmpcpp -c '~' 'ncmpcpp' |