summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/tmux.nix5
1 files changed, 5 insertions, 0 deletions
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
+    '';
   };
 }