stygio/.config/tmux/tmux.conf
2025-07-18 11:04:24 -07:00

15 lines
320 B
Bash

set -g default-terminal "xterm-256color"
set-option -sa terminal-features ',xterm-256color:RGB'
set-option -ga terminal-features ",xterm-256color:usstyle"
# Set window starting
set -g base-index 1
# Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
run '~/.tmux/plugins/tpm/tpm'