summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-05-19 03:09:31 +0000
committerSean Whitton <spwhitton@spwhitton.name>2018-05-19 03:09:31 +0000
commit7619503d188fe7e2e0a7e88188828a7f7bc47a78 (patch)
tree441fa7debe667c7831c97a1e0b66e9f77af9e1d2 /.tmux.conf
parentbfef49d1fada1d9673b4c5717e6de2586f4749e7 (diff)
downloaddotfiles-7619503d188fe7e2e0a7e88188828a7f7bc47a78.tar.gz
re-enable tmux 'e' binding
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index ca7cb9a2..37dc0cc3 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -50,7 +50,7 @@ bind "C-\\" last-window
# bind R command-prompt -p "ssh to host" "split-window 'ssh %1'"
# bind r command-prompt -p "ssh to host" "new-window -n %1 'ssh %1'"
# bind E split-window 'emacsclient -amg -t'
-# bind e new-window -n emacs 'emacsclient -amg -t'
+bind e new-window -n emacs 'emacsclient -amg -t'
# bind t new-window -n irssi 'ii'
# ---- status bar ----