9 lines
197 B
Bash
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
|