modules/tmux: enable mouse support

This commit is contained in:
fleaz 2025-04-02 21:26:49 +02:00
parent 57715094e1
commit 9902b4715c

View file

@ -2,6 +2,7 @@
programs.tmux = {
enable = true;
keyMode = "vi";
mouse = true;
escapeTime = 0;
plugins = [
pkgs.tmuxPlugins.gruvbox
@ -14,7 +15,6 @@
bind -n M-l select-pane -R
bind -n M-k select-pane -U
bind -n M-j select-pane -D
'';
};