tweak(tmux): enable mouse support

This commit is contained in:
Infinidoge 2022-02-28 00:43:12 -05:00
parent add8ec2225
commit d58d84282c

View file

@ -4,5 +4,9 @@
clock24 = true;
terminal = "screen-256color";
prefix = "C-Space";
extraConfig = ''
set -g mouse on
'';
};
}