Add kitty
This commit is contained in:
@@ -3,8 +3,8 @@ set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @plugin 'catppuccin/tmux#v2.1.3'
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
||||
set -g @continuum-save-interval '2'
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @resurrect-processes 'lazygit yazi'
|
||||
|
||||
set -g mouse on
|
||||
|
||||
@@ -18,12 +18,15 @@ set -s escape-time 10
|
||||
set -g history-limit 50000
|
||||
|
||||
# True color settings
|
||||
set -g default-terminal "$TERM"
|
||||
set -ag terminal-overrides ",$TERM:Tc"
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
|
||||
set -g status-interval 10
|
||||
set -g allow-passthrough on
|
||||
|
||||
set -ga update-environment TERM
|
||||
set -ga update-environment TERM_PROGRAM
|
||||
set -ga update-environment SSH_CONNECTION
|
||||
|
||||
set -g @catppuccin_window_text " #W"
|
||||
set -g @catppuccin_window_default_text " #W"
|
||||
|
||||
Reference in New Issue
Block a user