tweak(tmux): enable mouse support
This commit is contained in:
parent
add8ec2225
commit
d58d84282c
1 changed files with 4 additions and 0 deletions
|
@ -4,5 +4,9 @@
|
||||||
clock24 = true;
|
clock24 = true;
|
||||||
terminal = "screen-256color";
|
terminal = "screen-256color";
|
||||||
prefix = "C-Space";
|
prefix = "C-Space";
|
||||||
|
|
||||||
|
extraConfig = ''
|
||||||
|
set -g mouse on
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue