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 | |
parent | Open html emails in firefox (diff) |
Update mutt tmux config
-rw-r--r-- | .tmux-mail.conf | 12 | ||||
-rw-r--r-- | .tmux.conf | 2 |
2 files changed, 9 insertions, 5 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 @@ -11,6 +11,7 @@ bind K confirm kill-server bind C-K confirm kill-server bind t send-prefix bind C-t send-prefix +bind-key R respawn-pane # Enable the mouse set -g mouse on @@ -36,7 +37,6 @@ set -g status-keys emacs # set -g window-status-bell-bg red # set -g window-status-bell-fg yellow - # Powerline: set-option -g status on set-option -g status-interval 2 |