all repos

dotfiles @ 5b7b12a4c4bb7220c60404704129cd3655965122

i use rach linux btw
1 files changed, 5 insertions(+), 7 deletions(-)
tmux: renumber windows
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-01-17 18:47:12 +0200
Parent: b7ba37a
M config/tmux/tmux.conf
ยทยทยท
                8
                8
                 set -g detach-on-destroy off

              
                9
                9
                 set -ga terminal-overrides ",*256col*:Tc"

              
                10
                10
                 

              
                11
                
                -# mouse?

              
                12
                
                -set -g mouse on

              
                13
                
                -set -sg escape-time 0

              
                14
                
                -set -g focus-events on

              
                15
                
                -

              
                
                11
                +set -g renumber-windows on

              
                16
                12
                 set -g base-index 1

              
                17
                13
                 set -g pane-base-index 1

              
                18
                14
                 

              
                19
                
                -set-option -g allow-rename off

              
                
                15
                +set -g mouse on

              
                
                16
                +set -sg escape-time 0

              
                
                17
                +set -g focus-events on

              
                20
                18
                 

              
                21
                
                -# make bells fuck off

              
                
                19
                +# fuck you bell

              
                22
                20
                 set -g visual-activity off

              
                23
                21
                 set -g visual-bell off

              
                24
                22
                 set -g visual-silence off