feat: enable mouse for house (of terminals)
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
Test templates, puts into cache / nix (nix-runner) (push) Successful in 5m20s
Bump flake.lock / build (push) Successful in 5m33s

This commit is contained in:
Deepak Mallubhotla 2025-03-24 21:36:15 -05:00
parent a057d9bcc7
commit 0292e85520
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -243,6 +243,7 @@ in
historyLimit = 100000; historyLimit = 100000;
clock24 = true; clock24 = true;
keyMode = "vi"; keyMode = "vi";
mouse = true;
prefix = "M-,"; prefix = "M-,";
plugins = [ plugins = [
pkgs.tmuxPlugins.vim-tmux-navigator pkgs.tmuxPlugins.vim-tmux-navigator