changed some

This commit is contained in:
2024-08-21 01:24:22 +02:00
parent 319fceddd0
commit acd6b00420
8 changed files with 323 additions and 39 deletions

View File

@ -19,9 +19,15 @@ unbind %
# reload on r
bind r source-file ~/.tmux.conf \; display "Reloaded config!"
# number of scrollback lines
set-option -g history-limit 5000
# enable mouse mode
set -g mouse on
# stop window to stop jump to bottom when selection something
unbind-key -T copy-mode-vi MouseDragEnd1Pane
# start numbering panes at 1
set -g base-index 1
setw -g pane-base-index 1
@ -39,4 +45,4 @@ set -g status-right-length 50
set -g status-left-length 10
setw -g window-status-current-style "fg=black bg=color6"
setw -g window-status-current-format " #I #W #F "
setw -g window-status-format " #I #[fg=colour7]#W #[fg=colour1]#F "
setw -g window-status-format " #I #[fg=colour7]#W #[fg=colour1]#F "