profiles/tmux: change prefix to C-SPC

This commit is contained in:
Infinidoge 2021-11-03 18:58:36 -04:00
parent b958322cc9
commit c90f3066ca

View file

@ -3,5 +3,6 @@
enable = true; enable = true;
clock24 = true; clock24 = true;
terminal = "screen-256color"; terminal = "screen-256color";
prefix = "C-Space";
}; };
} }