Skip to content

Commit 82003c0

Browse files
tmux: enable mouse
1 parent 809c790 commit 82003c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/tmux.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ in
2020
# focus events enabled for terminals that support them
2121
set -g focus-events on
2222
23+
# mouse control
24+
set -g mouse on
25+
2326
# open new tab in PWD
2427
bind '"' split-window -c "#{pane_current_path}"
2528
bind % split-window -h -c "#{pane_current_path}"

0 commit comments

Comments
 (0)