summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-09-02 18:46:06 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-09-12 19:30:12 +0000
commitff3aef77363c87226a9315a84c6b874bc7825e02 (patch)
tree527de4867179183d4fc7db68a05925b08a763f0f /.tmux.conf
parent3661cb7e2472613f032d62fe2605f6bb66a786cf (diff)
downloaddotfiles-ff3aef77363c87226a9315a84c6b874bc7825e02.tar.gz
re-enable mutt tmux binding
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 812be7e8..9cda02b5 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -48,7 +48,7 @@ bind c new-window -c "#{pane_current_path}"
# my launcher shortcuts: mnemonic is h for host and e for emacs/editor
# E for e-mail
bind-key M command-prompt -p "man" "split-window 'exec man %%'"
-# bind-key m new-window -n mail 'mutt -Z' # temporarily disabled during June/July 2015
+bind-key m new-window -n mail mutt
bind-key H command-prompt -p "mosh to host" "split-window 'mosh %1'"
bind-key h command-prompt -p "mosh to host" "new-window -n %1 'mosh %1'"
bind-key R command-prompt -p "ssh to host" "split-window 'ssh %1'"