summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-06 09:48:03 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-02-06 09:48:03 +0900
commit096070048a3d09cfe9f889bc3057ac98d2efeab1 (patch)
treed2bb3711464ae6598acc530c0193dff13e52c786 /.tmux.conf
parent423da23089ce162f3727065e5d15ce0dec09e45d (diff)
downloaddotfiles-096070048a3d09cfe9f889bc3057ac98d2efeab1.tar.gz
make tmux bindings for editor and ssh consistent with binding for mutt
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf8
1 files changed, 4 insertions, 4 deletions
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