mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
tmux: history-limit 10000
This commit is contained in:
parent
e7d0434a90
commit
4bb0b8777d
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@
|
||||||
bind-key '"' split-window -v -c "#{pane_current_path}"
|
bind-key '"' split-window -v -c "#{pane_current_path}"
|
||||||
bind-key '%' split-window -h -c "#{pane_current_path}"
|
bind-key '%' split-window -h -c "#{pane_current_path}"
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
set -g history-limit 10000
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
set -g renumber-windows on
|
set -g renumber-windows on
|
||||||
set -sa terminal-overrides ",*256color:Tc"
|
set -sa terminal-overrides ",*256color:Tc"
|
||||||
|
|
Loading…
Reference in a new issue