diff --git a/tmux.conf b/tmux.conf index c888d9172339afce8d0fcbdd87cb82073fc601f0..22bd2b5ef9e52dfed11d2830d62488171cec6631 100644 --- a/tmux.conf +++ b/tmux.conf @@ -25,3 +25,10 @@ # Other settings set-option -sg escape-time 10 set-option -g mouse off + +# Removes the double pressing. Fixes switching panes and pressing up right +# after switching panes. Must have! +bind-key Up select-pane -U +bind-key Down select-pane -D +bind-key Left select-pane -L +bind-key Right select-pane -R