tmux: Increase pane scrollback buffer to 50k lines
This commit is contained in:
parent
56b991d127
commit
ec381d9e2b
@ -36,7 +36,9 @@ set status-right '[FFKA: #(ip addr show freifunk | grep inet6 | grep -v fe80 | c
|
||||
# Refresh status bar every 2s
|
||||
set status-interval 2
|
||||
|
||||
# Set some helpful limits & modes
|
||||
set -g mouse on
|
||||
set -g history-limit 50000
|
||||
|
||||
# Initialize tmux-plugin-manager
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
Loading…
Reference in New Issue
Block a user