changed tmux prefix to default
This commit is contained in:
parent
b099db5670
commit
0746c613f1
1 changed files with 55 additions and 56 deletions
|
|
@ -1,9 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
terminal = "tmux-256color";
|
||||
prefix = "C-Space";
|
||||
#prefix = "C-Space";
|
||||
clock24 = true;
|
||||
mouse = true;
|
||||
keyMode = "vi";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue