summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-06-27 11:57:21 -0400
committerJune McEnroe <june@causal.agency>2017-06-27 11:57:21 -0400
commit4fb6629d38a31856345a3601d0da4c588de82f3a (patch)
tree8db3a970491f2de8b869e4cc5cbfcb215d462497
parentUpdate iTerm 2 config (diff)
downloadsrc-4fb6629d38a31856345a3601d0da4c588de82f3a.tar.gz
src-4fb6629d38a31856345a3601d0da4c588de82f3a.zip
Bind n and e to switch tmux sessions
-rw-r--r--home/.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.tmux.conf b/home/.tmux.conf
index 46e9130a..d387e8f0 100644
--- a/home/.tmux.conf
+++ b/home/.tmux.conf
@@ -16,6 +16,8 @@ bind C-space last-window
 bind C-w last-pane
 bind h previous-window
 bind l next-window
+bind n switch-client -n
+bind e switch-client -p
 
 bind L swap-pane -D
 bind H swap-pane -U