Mouse on in tmux helps with scrolling.

This commit is contained in:
Bartek Stalewski 2024-07-22 01:22:04 +02:00
parent 9e1dcb05eb
commit be552dcdf9
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
set -g mouse off set -g mouse on
set -g set-titles on set -g set-titles on
set -g default-terminal "xterm-256color" set -g default-terminal "xterm-256color"
set -g terminal-overrides ",xterm-256color:Tc" set -g terminal-overrides ",xterm-256color:Tc"