From c583b51cffb9cb2cc11e41999e691a9ff1c1f38c Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 31 Oct 2024 23:07:33 +0100 Subject: Re-enable Tmux mouse support Signed-off-by: Mel --- modules/tmux.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules') diff --git a/modules/tmux.nix b/modules/tmux.nix index 8aefc69..4fd14a6 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -23,5 +23,10 @@ # same as bi-directional vim easymotion key set -g @jump-key 's' ''; + + extraConfig = '' + # enable mouse, manually + set-option -g mouse on + ''; }; } -- cgit 1.4.1