scripts/applications/tmux.conf

14 lines
259 B
Plaintext
Raw Normal View History

2019-08-06 10:13:45 -07:00
# set up terminal
2019-08-05 17:24:54 -07:00
set -g default-terminal "st-256color"
set -g destroy-unattached on
2019-08-06 10:13:45 -07:00
set -g status-style bg="#241d29"
set -ag status-style fg="#ffffff"
# misc. settings
set -s escape-time 0
# set prefix
2019-08-05 17:24:54 -07:00
unbind C-b
set -g prefix C-'\'
bind C-'\' send-prefix