diff --git a/tmux.conf b/tmux.conf index c9883c9..d4761c4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -9,6 +9,12 @@ bind C-p previous-window bind C-c new-window bind C-d detach +# Rebinding switching panes +bind-key Up select-pane -U +bind-key Down select-pane -D +bind-key Left select-pane -L +bind-key Right select-pane -R + bind C-a last-window # basic settings