Files
dotfiles/.tmux.conf
2019-12-27 23:12:06 +01:00

10 lines
203 B
Bash
Executable File

set -g status-bg colour248
set -g status-fg colour232
set -g prefix C-g
bind-key C-g send-prefix
set -g default-terminal "screen-256color"
set -g set-titles on
set -g set-titles-string "[#S] #P:#W #T"