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
|
2014-02-03 14:00:00 -05:00
|
|
|
|
2016-09-16 10:38:30 -04:00
|
|
|
bind-key X kill-session
|
|
|
|
|
2020-11-02 20:07:39 -05:00
|
|
|
#set-option -g default-command "reattach-to-user-namespace -l zsh"
|