Commit a847f2c448cee7651a8d665b7c49b454da3c2a64

Increase tmux history size to 100'000 lines
10'000 is not always enough.
Author: xaizek
Author date (UTC): 2025-09-11 13:37
Committer name: xaizek
Committer date (UTC): 2025-09-11 13:58
Parent(s): c9ea0e0c6fdf8cc4c2e9700d0a665345d3457150
Signing key: 99DC5E4DB05F6BE2
Tree: 1245031c554c0de57a6065ebc62d77a5553eebf6
File Lines added Lines deleted
tmux.conf 1 1
File tmux.conf changed (mode: 100644) (index 3c4c66c..d8e2179)
... ... set-option -g default-terminal "tmux-256color"
16 16 set-option -g display-panes-time 2000 set-option -g display-panes-time 2000
17 17
18 18 # store more of buffer history # store more of buffer history
19 set-option -g history-limit 10000
19 set-option -g history-limit 100000
20 20
21 21 # use vi-line shortcuts to yank text in copy-mode # use vi-line shortcuts to yank text in copy-mode
22 22 bind-key -T copy-mode-vi 'v' send-keys -X begin-selection bind-key -T copy-mode-vi 'v' send-keys -X begin-selection
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master