dotfiles/tmux/.tmux.conf

15 lines
411 B
Plaintext

# Configuration for tmux
set -g default-terminal "screen-256color" # more colors
set -ga terminal-overrides ",xterm-256color*:Tc" # more colors
set -s escape-time 0
bind r source-file ~/.tmux.conf \; display "tmux.conf reloaded at ~/.tmux.conf"
set -g base-index 1 # rebind to start from 0
setw -g pane-base-index 1
set-option -g renumber-windows on
# status bar
set -g status-style 'bg=#333333 fg=#5eacd3'