From 096070048a3d09cfe9f889bc3057ac98d2efeab1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 6 Feb 2015 09:48:03 +0900 Subject: make tmux bindings for editor and ssh consistent with binding for mutt --- .tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index bb00e261..60a1c57c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -49,10 +49,10 @@ 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 h command-prompt -p "host" "split-window 'mosh %1'" -bind-key C-h command-prompt -p "host" "new-window -n %1 'mosh %1'" -bind-key e split-window 'emacsclient -amg -t' -bind-key C-e new-window -n emacs 'emacsclient -amg -t' +bind-key C-h command-prompt -p "host" "split-window 'mosh %1'" +bind-key h command-prompt -p "host" "new-window -n %1 'mosh %1'" +bind-key C-e split-window 'emacsclient -amg -t' +bind-key e new-window -n emacs 'emacsclient -amg -t' bind-key E new-window -n mail 'mutt' # --- zenburn from https://github.com/plathrop/dotfiles/blob/master/tmux/zenburn.conf -- cgit v1.2.3