home/.tmux.conf

16 lines
437 B
Text
Raw Normal View History

2024-10-24 16:06:36 -04:00
set-option -ga terminal-overrides ",xterm-256color:Tc"
2024-10-24 16:18:29 -04:00
set -g base-index 1
setw -g pane-base-index 1
2024-10-24 16:06:36 -04:00
2024-10-24 16:03:18 -04:00
set -g @catppuccin_flavor 'mocha'
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
# Make the status line more pleasant.
set -g status-left ""
set -g status-right '#[fg=#{@thm_crust},bg=#{@thm_teal}] session: #S '
# Ensure that everything on the right side of the status line
# is included.
set -g status-right-length 100