From 2284512155013bfeb9dbf62fb85807fd9b7ac8e5 Mon Sep 17 00:00:00 2001 From: Oshgnacknak Date: Mon, 18 Dec 2023 21:19:31 +0100 Subject: [PATCH] tmux: Don't use vim window shortcut as prefix --- _tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_tmux.conf b/_tmux.conf index bc0df6a..b940abb 100755 --- a/_tmux.conf +++ b/_tmux.conf @@ -1,7 +1,7 @@ setw -g mode-keys vi # I especially like being able to search with /,? when in copy-mode unbind C-b -set -g prefix C-w -bind C-w send-prefix +set -g prefix C-b +bind C-b send-prefix unbind-key j bind-key j select-pane -D # Similar to 'C-w j' to navigate windows in Vim unbind-key k