From f7f3f17750fad214b571903e2e7f8438e2474d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 3 Nov 2024 17:17:30 +0100 Subject: [PATCH] fix eval --- programs/shell/tmux/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/programs/shell/tmux/default.nix b/programs/shell/tmux/default.nix index 10efaa5a..b7f4355e 100644 --- a/programs/shell/tmux/default.nix +++ b/programs/shell/tmux/default.nix @@ -3,7 +3,6 @@ enable = true; baseIndex = 1; clock24 = true; - prefix = "C-a"; sensibleOnTop = true; plugins = with pkgs.tmuxPlugins; [ power-theme @@ -20,6 +19,9 @@ } ]; extraConfig = '' + unbind C-b + set -g prefix C-a + bind - N "Send the prefix key through to the application" C-a send-prefix set-window-option -g automatic-rename on set-option -g set-titles on bind -n M-Left select-pane -L