Skip to content

Commit f5d3d00

Browse files
Disable mouse mode, as its support is not universal
1 parent 2e5cb03 commit f5d3d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmux.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ set -g window-status-current-format "#I:#W"
2727
set -g history-limit 10000
2828

2929
# enable mouse scrollback and cursor selection
30-
set -g mode-mouse on
30+
# set -g mode-mouse on
3131
# enable mouse actions across panes
32-
set -g mouse-select-pane off
32+
# set -g mouse-select-pane off
3333

3434
# override % and " to split in current directory
3535
bind-key '"' split-window -c "#{pane_current_path}"

0 commit comments

Comments
 (0)