diff --git a/tmux.conf b/tmux.conf index 68d5f83..69ad5c8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -43,8 +43,8 @@ bind -n M-8 select-window -t :=8 bind -n M-9 select-window -t :=9 bind -n M-n next-window bind -n M-p previous-window -bind -n M-N swap-window -t +1 -bind -n M-P swap-window -t -1 +bind -n M-N swap-window -t +1 \; next-window +bind -n M-P swap-window -t -1 \; previous-window bind r source-file ~/.tmux.conf \; display "Reloaded ~/.tmux.conf" bind -n M-[ copy-mode bind -n M-] paste-buffer