dotfiles/tmux/tmux.conf
2026-01-26 18:59:47 +00:00

23 lines
465 B
Bash

# Fix Colors
set -g default-terminal "screen-256color"
set -as terminal-features ",xterm-256color:RGB"
set -s set-clipboard on
# Scrolling
setw -g mouse on
set -g base-index 1
setw -g pane-base-index 1
# Statusline Colors
set -g status-style bg=terminal,fg=terminal
# Statusline location
set -g status-position bottom
# Current window name bold
set -g window-status-current-style fg=terminal,bold
# Time settings
set -g status-right "%I:%M %p, %d-%b-%y, %a"