tmux: mouse support (#3642)

Co-authored-by: Sleroq <sleroq@sleroq.link>
This commit is contained in:
Sleroq 2023-02-05 16:02:14 +06:00 committed by GitHub
parent e2c1756e3a
commit 2ffc6d6496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 65 additions and 0 deletions

View file

@ -7,4 +7,5 @@
tmux-default-shell = ./default-shell.nix;
tmux-shortcut-without-prefix = ./shortcut-without-prefix.nix;
tmux-prefix = ./prefix.nix;
tmux-mouse-enabled = ./mouse-enabled.nix;
}