scripts/applications/tmux.conf

14 lines
259 B
Plaintext

# set up terminal
set -g default-terminal "st-256color"
set -g destroy-unattached on
set -g status-style bg="#241d29"
set -ag status-style fg="#ffffff"
# misc. settings
set -s escape-time 0
# set prefix
unbind C-b
set -g prefix C-'\'
bind C-'\' send-prefix