home: tmux: explicitly disable mouse support
All checks were successful
ci/woodpecker/push/check Pipeline was successful

It's disabled by default, but make it explicit :-).
This commit is contained in:
Bruno BELANYI 2024-11-28 11:24:30 +00:00
parent f2168378fc
commit 83da7ba9c8

View file

@ -47,6 +47,7 @@ in
clock24 = true; # I'm one of those heathens clock24 = true; # I'm one of those heathens
escapeTime = 0; # Let vim do its thing instead escapeTime = 0; # Let vim do its thing instead
historyLimit = 100000; # Bigger buffer historyLimit = 100000; # Bigger buffer
mouse = false; # I dislike mouse support
terminal = "tmux-256color"; # I want accurate termcap info terminal = "tmux-256color"; # I want accurate termcap info
plugins = with pkgs.tmuxPlugins; [ plugins = with pkgs.tmuxPlugins; [