diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 66b5580..fce3c00 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -56,6 +56,7 @@ bind M command-prompt -p "Merge pane from:" "join-pane -s '%%'" bind e setw synchronize-panes on \; display "Synchronize panes ON (E: off)" bind E setw synchronize-panes off \; display "Synchronize panes OFF (e: on)" +bind -n M-0 select-window -t 0 bind -n M-1 select-window -t 1 bind -n M-2 select-window -t 2 bind -n M-3 select-window -t 3