summary refs log tree commit diff
path: root/curtis
diff options
context:
space:
mode:
authorJune McEnroe <curtis@hopper.com>2017-06-27 11:57:21 -0400
committerJune McEnroe <curtis@hopper.com>2017-06-27 11:57:21 -0400
commit8cd40189fee22d1d5840ed0f226c8eb8f99d291f (patch)
treec8c418c37c435531b6710743fbb9ea566353c6e9 /curtis
parentUpdate iTerm 2 config (diff)
downloadsrc-8cd40189fee22d1d5840ed0f226c8eb8f99d291f.tar.gz
src-8cd40189fee22d1d5840ed0f226c8eb8f99d291f.zip
Bind n and e to switch tmux sessions
Diffstat (limited to 'curtis')
-rw-r--r--curtis/.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/curtis/.tmux.conf b/curtis/.tmux.conf
index 46e9130a..d387e8f0 100644
--- a/curtis/.tmux.conf
+++ b/curtis/.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