dotfiles/.tmux.conf

14 lines
216 B
Text
Raw Normal View History

2016-06-01 21:35:05 -05:00
#
# ~/.tmux.conf
# Author: Adam Gausmann
#
2016-06-01 21:13:27 -05:00
set -g default-terminal "screen-256color"
set -g status-bg cyan
set -g status-fg black
2016-06-30 14:24:02 -05:00
bind-key b send-prefix
2017-10-20 17:05:04 +00:00
source ~/.local/lib/powerline/bindings/tmux/powerline.conf