[tmux] Change prefix to M-\

This commit is contained in:
2025-02-01 12:09:15 -08:00
parent 8690a0289d
commit 7d6e294340

View File

@@ -23,7 +23,7 @@ in
programs.tmux.historyLimit = 50000;
programs.tmux.clock24 = true;
programs.tmux.baseIndex = 1;
programs.tmux.prefix = "`";
programs.tmux.prefix = "M-\\\\";
programs.tmux.plugins = with pkgs; [
tmuxPlugins.cpu