From c31c5f66bea114f4fff9a681d9d73794a21f7446 Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Mon, 13 Dec 2021 15:53:19 +0200 Subject: [PATCH] Fixed tmux window switch Left<->Right --- files/dotfiles/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/dotfiles/tmux.conf b/files/dotfiles/tmux.conf index fb79ee5..44c44f9 100644 --- a/files/dotfiles/tmux.conf +++ b/files/dotfiles/tmux.conf @@ -11,9 +11,9 @@ bind -n M-j select-pane -D # -h|l|Left|Right bind-key h previous-window -bind-key Right previous-window +bind-key Left previous-window bind-key l next-window -bind-key Left next-window +bind-key Right next-window # Mouse mode setw -g mouse on