tmux: use prettier colors

master
an 2019-08-06 13:13:45 -04:00
parent f3d4d944f7
commit 8353ad7853
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
# set up terminal
set -g default-terminal "st-256color"
set -s escape-time 0
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