mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-10 08:35:57 +08:00
tmux: better mouse
This commit is contained in:
parent
3f4f0f12ea
commit
1278dfe3f2
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue