7 lines
130 B
Bash
7 lines
130 B
Bash
# Enable mouse support for scrolling
|
|
set -g mouse on
|
|
|
|
# Increase the history limit (adjust as needed)
|
|
set -g history-limit 10000
|
|
|