Files
dot-files/tmux/tmux.conf
2025-02-14 22:00:16 -05:00

9 lines
197 B
Bash

# Enable mouse support for scrolling
set -g mouse on
# Increase the history limit (adjust as needed)
set -g history-limit 10000
# Auto copy to the system clipboard
set-option -g set-clipboard on