diff --git a/lib/shared/modules/tmux.nix b/lib/shared/modules/tmux.nix
index 0a7a42f9..db098b3c 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