From 15d6fa1aababe3f4c48a0d1957d78e0783929436 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 23 Jul 2024 21:33:13 +0100 Subject: [PATCH] tmux: update prefix key --- lib/shared/modules/tmux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/shared/modules/tmux.nix b/lib/shared/modules/tmux.nix index 0a7a42f..db098b3 100644 --- a/lib/shared/modules/tmux.nix +++ b/lib/shared/modules/tmux.nix @@ -11,8 +11,8 @@ in extraConfig = '' unbind C-b - set -g prefix C-s - bind C-s send-prefix + set -g prefix ` + bind ` send-prefix bind-key -n C-h select-pane -L bind-key -n C-j select-pane -D