|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
# chezmoi:template:left-delimiter="# {{"
|
|
|
|
|
# {{- /* vim: set filetype=tmux: */ -}}
|
|
|
|
|
# {{- if lookPath "tmux" -}}
|
|
|
|
|
# chezmoi:template:left-delimiter="#{{"
|
|
|
|
|
#{{- /* vim: set filetype=tmux: */ -}}
|
|
|
|
|
#{{- if lookPath "tmux" -}}
|
|
|
|
|
################################################################################
|
|
|
|
|
# Base configuration
|
|
|
|
|
################################################################################
|
|
|
|
@ -32,12 +32,16 @@ set -g visual-activity on
|
|
|
|
|
|
|
|
|
|
set-option -g mouse on
|
|
|
|
|
|
|
|
|
|
#{{- if lookPath "nu" }}
|
|
|
|
|
set-option -g default-shell "#{{ lookPath "nu" | replace .chezmoi.homeDir "$HOME" }}"
|
|
|
|
|
#{{- end }}
|
|
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
# Colors
|
|
|
|
|
################################################################################
|
|
|
|
|
# {{ if eq .chezmoi.os "darwin" -}}
|
|
|
|
|
#{{ if eq .chezmoi.os "darwin" -}}
|
|
|
|
|
run $XDG_CONFIG_HOME/tmux/plugins/macos-color-workaround
|
|
|
|
|
# {{ end }}
|
|
|
|
|
#{{ end }}
|
|
|
|
|
set -g status-fg white
|
|
|
|
|
set -g status-bg black
|
|
|
|
|
|
|
|
|
@ -90,4 +94,4 @@ set -g @prefix_highlight_show_sync_mode 'on'
|
|
|
|
|
set -g @prefix_highlight_sync_mode_attr 'fg=black,bg=green' # default is 'fg=default,bg=yellow'
|
|
|
|
|
|
|
|
|
|
run $XDG_CONFIG_HOME/tmux/plugins/tpm/tpm
|
|
|
|
|
# {{- end }}
|
|
|
|
|
#{{- end }}
|
|
|
|
|