The aptly named.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

31 lines
762 B

# Stop Vim bindings, use screen defaults
set-option -g prefix C-a
bind-key C-a last-window
# set default shell
set-option -g default-shell /bin/zsh
# Window size constraints
setw -g aggressive-resize on
# Command piping
bind-key a send-prefix
# Mouse in copy mode
setw -g mode-mouse on
set -g mouse-select-pane on
setw -g alternate-screen on
# Status bar stuff
set -g status-utf8 on
set -g status-keys vi
set -g status-interval 1
set -g status-attr bright
set -g status-left-length 20
set -g status-left '#[fg=green][#[fg=red]#S#[fg=green]]#[default]'
set -g status-justify centre
set -g status-right '[fg=green][ %m/%d %H:%M:%S ]#[default]'
setw -g window-status-current-format '#[fg=yellow] (#I.#P#F#W)#[default]'
setw -g window-status-format '#I#F#W'