dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 87f09949bde64a692368cb8f872891be1da72176
parent 81ba73f8170776a381eb2100440e397d38ea659f
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun, 29 Jun 2025 15:14:06 -0700

tmux: enable mouse support

This allows for scrolling and click to focus a pane.

Diffstat:
M.config/tmux/tmux.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf @@ -9,8 +9,8 @@ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{25 # Enable focus events if supported by the terminal. set-option -g focus-events on -# Disable mouse. -set-option -g mouse off +# Enable mouse. +set-option -g mouse on # Automatically renumber windows on close. set-option -g base-index 1