diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-07 21:11:09 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-07 21:12:22 +0000 |
commit | 3724b1d6f7e79402dc2c1dd08b53944444ef6951 (patch) | |
tree | 4c27e46719a1eb69400c4a817b545e8f69a5d909 /nix-conf/home/includes/dev-common.nix | |
parent | be428558d710006eaefb36f09ad18e23299574cd (diff) | |
download | dotfiles-3724b1d6f7e79402dc2c1dd08b53944444ef6951.tar.gz |
Play around with tmux conf
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' |