summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-10-31 23:07:33 +0100
committerMel <einebeere@gmail.com>2024-10-31 23:07:33 +0100
commitc583b51cffb9cb2cc11e41999e691a9ff1c1f38c (patch)
treeea13fdd60b24532d3a5eaadf09a1f60e51b66aaa /modules
parentab77845e7e73dc64ebb6781d596a641a5e475007 (diff)
downloadminerals-c583b51cffb9cb2cc11e41999e691a9ff1c1f38c.tar.zst
minerals-c583b51cffb9cb2cc11e41999e691a9ff1c1f38c.zip
Re-enable Tmux mouse support
Signed-off-by: Mel <einebeere@gmail.com>
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
+    '';
   };
 }