blob: a8f4d4a126dd3fcd0b7c01f395cb4f9078d197e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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://imap.ryanak.ca'
split-window -c '~' -h 'neomutt -f imaps://ryanakca@gmail.com@imap.gmail.com/'
new-window -d -c '~' -n aether 'ssh aether.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:aether remain-on-exit on
set-option -t mus:ncmpcpp remain-on-exit on
attach -t mail
|