Commit 5628680871afd935582a608fc4f45a84be70f8f5

Renumber windows (tabs) in tmux automatically
The gaps left after closing something are annoying.
Author: xaizek
Author date (UTC): 2025-09-13 10:31
Committer name: xaizek
Committer date (UTC): 2025-09-13 10:31
Parent(s): 4143f2233bc5397f61839d1359a2c989ece43662
Signing key: 99DC5E4DB05F6BE2
Tree: 905805e701ac0924dbee181bce0d40c2e0ec0446
File Lines added Lines deleted
tmux.conf 3 0
File tmux.conf changed (mode: 100644) (index 3a41bb0..edd31e9)
... ... set -g display-panes-time 2000
27 27 # store more of buffer history # store more of buffer history
28 28 set -g history-limit 100000 set -g history-limit 100000
29 29
30 # automatically eliminate gaps in numbers of windows (tabs)
31 set -g renumber-windows on
32
30 33 # use vi-line shortcuts to yank text in copy-mode # use vi-line shortcuts to yank text in copy-mode
31 34 bind -T copy-mode-vi v send-keys -X begin-selection bind -T copy-mode-vi v send-keys -X begin-selection
32 35 bind -T copy-mode-vi V send-keys -X select-line bind -T copy-mode-vi V send-keys -X select-line
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