summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
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