From ff3aef77363c87226a9315a84c6b874bc7825e02 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 2 Sep 2015 18:46:06 +0000 Subject: re-enable mutt tmux binding --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') 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'" -- cgit v1.2.3