diff options
-rw-r--r-- | home/.tmux.conf | 2 |
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 |