Update .config/tmux/tmux.conf

This commit is contained in:
punkfairie 2024-08-04 17:58:12 -07:00
parent 7410dc0365
commit f306b5226d
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -6,7 +6,9 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
#set -g @plugin 'tmux-plugins/tmux-resurrect' #set -g @plugin 'tmux-plugins/tmux-resurrect'
#set -g @plugin 'tmux-plugins/tmux-continuum' #set -g @plugin 'tmux-plugins/tmux-continuum'
{{ if eq .drapeau.colors.name "catppuccin" -}}
set -g @plugin 'catppuccin/tmux' set -g @plugin 'catppuccin/tmux'
{{ end }}
################################################################################ ################################################################################
# General # # General #
@ -110,6 +112,7 @@ bind -T copy-mode-vi / command-prompt -p '/' 'send -X search-forward %1'
bind -T copy-mode-vi q send -X cancel bind -T copy-mode-vi q send -X cancel
bind -T copy-mode-vi Escape if-shell -F '#{selection_present}' 'send -X clear-selection' 'send -X cancel' bind -T copy-mode-vi Escape if-shell -F '#{selection_present}' 'send -X clear-selection' 'send -X cancel'
{{ if eq .drapeau.colors.name "catppuccin" -}}
################################################################################ ################################################################################
# Catppuccin # # Catppuccin #
################################################################################ ################################################################################
@ -138,6 +141,7 @@ set -g @catppuccin_status_connect_separator "no"
set -g @catppuccin_directory_text "#{pane_current_path}" set -g @catppuccin_directory_text "#{pane_current_path}"
set -g @catppuccin_date_time_text "%b %d • %I:%M %p" set -g @catppuccin_date_time_text "%b %d • %I:%M %p"
{{ end -}}
################################################################################ ################################################################################
# tpm # # tpm #
################################################################################ ################################################################################