update tmux and alacritty

This commit is contained in:
2025-09-23 14:01:30 +02:00
parent dbfcbd16f9
commit 630f1dd580
5 changed files with 186 additions and 169 deletions

View File

@@ -1,14 +1,16 @@
bind r source-file ~/.config/tmux/tmux.conf
set -sg escape-time 0
set-option focus-events on
setw -g window-status-separator ''
setw -g window-status-format '#[fg=#f8f8f2]#[bg=#44475a] [#I] #W '
setw -g window-status-current-format '#[fg=#282a36]#[bg=#50fa7b]#[bold] [#I] #W '
setw -g window-status-format '#[fg=#cdd6f4]#[bg=#313244] [#I] #W '
setw -g window-status-current-format '#[fg=#1e1e2e]#[bg=#fab387]#[bold] [#I] #W '
set -g status-left ''
set -g status-right '#[fg=#282a36]#[bg=#bd93f9]#[bold] #S '
set -g status-right '#[fg=#1e1e2e]#[bg=#fab387]#[bold] #S '
set-window-option -g mode-style 'bg=#44475a'
set-window-option -g mode-style 'bg=#313244'
setw -g message-style 'fg=#50fa7b,bg=#44475a'
setw -g message-style 'fg=#fab387,bg=#313244'
set -g default-terminal 'tmux-256color'
set -ag terminal-overrides ',xterm-256color:RGB'
@@ -47,4 +49,6 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
set -g status-bg default
set -g status-style bg=default
set-option -g detach-on-destroy off
run '~/.tmux/plugins/tpm/tpm'