add backup tmux config into script

This commit is contained in:
DefectingCat
2024-01-09 09:11:07 +08:00
parent 2cff4f8db5
commit e648f269b0
4 changed files with 9 additions and 5 deletions

View File

@ -15,9 +15,9 @@ setw -g aggressive-resize on
set-option -g renumber-windows on
# Change prefix key to C-a, easier to type, same to "screen"
unbind C-b
# unbind C-b
# set -g prefix C-a
set -g prefix C-q
# set -g prefix C-q
# Set parent terminal title to reflect current window in tmux session
set -g set-titles on
@ -276,9 +276,9 @@ setw -g pane-active-border-style "fg=$color_main"
# general status bar settings
set -g status on
set -g status-interval 5
set -g status-position top
set -g status-position bottom
set -g status-justify left
set -g status-right-length 100
set -g status-right-length 50
# define widgets we're going to use in status bar
# note, that this is not the complete list, some of them are loaded from plugins