From 280e39929d99353bb914ca66b5bcb214b1fdff23 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 9 Feb 2015 17:27:37 +0900 Subject: less chording with tmux --- .tmux.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 20d373fe..9f791214 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -46,14 +46,14 @@ 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 C-h command-prompt -p "mosh to host" "split-window 'mosh %1'" +bind-key M command-prompt -p "man" "split-window 'exec man %%'" +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 C-r command-prompt -p "ssh to host" "split-window 'ssh %1'" +bind-key R command-prompt -p "ssh to host" "split-window 'ssh %1'" bind-key r command-prompt -p "ssh to host" "new-window -n %1 'ssh %1'" -bind-key C-e split-window 'emacsclient -amg -t' +bind-key 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