summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-05 20:39:28 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-02-05 20:39:28 +0900
commitffba2a1974570216360ba11a91584926fdc9f49f (patch)
tree4525809c101d1ec284d2a8af24c4004469103fba /.tmux.conf
parentea6747dba7ce0aedf953800061778fa0760d4ef1 (diff)
downloaddotfiles-ffba2a1974570216360ba11a91584926fdc9f49f.tar.gz
and tmux launcher for mutt
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 2f2a0e16..bb00e261 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -47,11 +47,13 @@ bind % split-window -h -c "#{pane_current_path}"
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 E new-window -n mail 'mutt'
# --- zenburn from https://github.com/plathrop/dotfiles/blob/master/tmux/zenburn.conf