tmux: better mouse

This commit is contained in:
Sridhar Ratnakumar 2022-04-09 18:55:28 -04:00
parent 3f4f0f12ea
commit 1278dfe3f2

View file

@ -1,3 +1,4 @@
{pkgs, ...}:
{
programs.tmux = {
enable = true;
@ -10,6 +11,10 @@
# Force tmux to use /tmp for sockets (WSL2 compat)
secureSocket = false;
plugins = with pkgs; [
tmuxPlugins.better-mouse-mode
];
extraConfig = ''
# Mouse works as expected
set-option -g mouse on