diff options
| author | Mel <einebeere@gmail.com> | 2024-10-31 23:07:33 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-31 23:07:33 +0100 |
| commit | c583b51cffb9cb2cc11e41999e691a9ff1c1f38c (patch) | |
| tree | ea13fdd60b24532d3a5eaadf09a1f60e51b66aaa | |
| parent | ab77845e7e73dc64ebb6781d596a641a5e475007 (diff) | |
| download | minerals-c583b51cffb9cb2cc11e41999e691a9ff1c1f38c.tar.zst minerals-c583b51cffb9cb2cc11e41999e691a9ff1c1f38c.zip | |
Re-enable Tmux mouse support
Signed-off-by: Mel <einebeere@gmail.com>
| -rw-r--r-- | modules/tmux.nix | 5 |
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 + ''; }; } |
