dotfiles/home/.tmux.conf

17 lines
335 B
Plaintext
Raw Normal View History

2012-04-19 11:21:30 -04:00
unbind C-b
set -g prefix C-o
2012-04-20 08:39:59 -04:00
set -g set-titles on
2013-09-20 11:30:31 -04:00
set -g set-titles-string "[#S] #W@#h (#I)"
2019-08-16 10:16:49 -04:00
set -g status-right ""
2020-03-05 20:57:53 -05:00
set -g default-terminal "screen-256color"
2013-07-25 19:19:59 -04:00
set-option -g status-left-length 60
2012-04-20 08:39:59 -04:00
set -g status-bg black
set -g status-fg white
bind-key X kill-session
set-option -g default-command "reattach-to-user-namespace -l zsh"