diff options
Diffstat (limited to 'nix-conf/home/includes/dev-common.nix')
-rw-r--r-- | nix-conf/home/includes/dev-common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/dev-common.nix b/nix-conf/home/includes/dev-common.nix index bae41ae..d569566 100644 --- a/nix-conf/home/includes/dev-common.nix +++ b/nix-conf/home/includes/dev-common.nix @@ -18,6 +18,7 @@ programs.tmux = { enable = true; terminal = "screen-256color"; + prefix = "C-x"; #tmuxp.enable = true; extraConfig = '' set-option -g status-bg '#666666' |