From feff893a109345d9c21a3d6cd703a27f0de5ab61 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 17 Apr 2024 02:56:33 +0200 Subject: Added tmux arrow swtich fix --- tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tmux.conf b/tmux.conf index c888d91..22bd2b5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -25,3 +25,10 @@ set -g pane-border-style fg=#222222 # 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 -- cgit v1.2.3