summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-06-12 21:58:10 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-12 21:58:18 +0900
commitc3e55f2c76858de8bb6175e10e58106850d65cfb (patch)
treeb603c6d96ceea96679af200c8518e1c7bfacfd4c /.tmux.conf
parentcf909d09fa96b678997daf33178bbfa0f13c14b7 (diff)
downloaddotfiles-c3e55f2c76858de8bb6175e10e58106850d65cfb.tar.gz
temporarily disable tmux mutt launcher 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 13478059..812be7e8 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'
+# bind-key m new-window -n mail 'mutt -Z' # temporarily disabled during June/July 2015
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'"