mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
tmux: I actually want more history
This commit is contained in:
parent
adfaa92587
commit
4369b68051
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ set -g default-terminal "tmux-256color" # enable italics
|
|||
set -g base-index 1 # start counting pane number from 1
|
||||
set -g renumber-windows on # auto reorder window number
|
||||
set -g mode-keys vi # global vi mode
|
||||
set -g history-limit 10000 # I want more history
|
||||
set -g history-limit 1000000 # I want more history
|
||||
|
||||
# Display style
|
||||
set -g @FG "#000000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue