~wombelix/dotfiles

d879e9211392e6322ad768cba221f6eed015c4e3 — Dominik Wombacher 3 months ago aa98daf main
feat(tmux): enable mouse support
1 files changed, 3 insertions(+), 0 deletions(-)

M tmux.conf
M tmux.conf => tmux.conf +3 -0
@@ 6,6 6,9 @@
set -g window-status-style bg=white,fg=black
set -g window-status-current-style bg=red,fg=white

# enable mouse support
set -g mouse on

# Set the prefix to Ctrl+a, screen default prefix
set -g prefix C-a