Make the mouse work as expected when in tmux

This commit is contained in:
Gene Liverman 2024-01-05 15:23:06 -05:00
parent 1368a64f6f
commit 74b38fab03

View file

@ -148,6 +148,7 @@ in {
tmux = { tmux = {
enable = true; enable = true;
historyLimit = 100000; historyLimit = 100000;
mouse = true;
tmuxinator.enable = true; tmuxinator.enable = true;
plugins = with pkgs.tmuxPlugins; [ plugins = with pkgs.tmuxPlugins; [
vim-tmux-navigator vim-tmux-navigator