From 4fb6629d38a31856345a3601d0da4c588de82f3a Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 27 Jun 2017 11:57:21 -0400 Subject: Bind n and e to switch tmux sessions --- home/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.4.1