summary refs log tree commit diff
diff options
context:
space:
mode:
-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