summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-09 17:27:37 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-02-09 17:27:37 +0900
commit280e39929d99353bb914ca66b5bcb214b1fdff23 (patch)
tree9f9f05c39bc5e99efe2f7afa293181865b96be19 /.tmux.conf
parent719abea686610366a4c2fc109f627ab2a50cf396 (diff)
downloaddotfiles-280e39929d99353bb914ca66b5bcb214b1fdff23.tar.gz
less chording with tmux
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf10
1 files changed, 5 insertions, 5 deletions
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