Skip to content

Instantly share code, notes, and snippets.

@klkvsk
Created February 4, 2017 21:43
Show Gist options
  • Save klkvsk/fb6a55d8751e9150ca71d9ccd6b6f127 to your computer and use it in GitHub Desktop.
Save klkvsk/fb6a55d8751e9150ca71d9ccd6b6f127 to your computer and use it in GitHub Desktop.
set-option -g prefix `
bind-key ` send-prefix
unbind %
bind - split-window -v
bind = split-window -h
set -g base-index 1
setw -g pane-base-index 1
setw -g utf8 on
set -g status-utf8 on
set-option -ga terminal-overrides ',*:enacs@:smacs@:rmacs@:acsc@'
set -g status-bg colour234
set -g status-fg colour255
set -g window-status-activity-attr bold
set -g pane-border-fg colour255
set -g pane-active-border-fg colour46
set -g message-fg colour16
set -g message-bg colour221
set -g message-attr bold
set -g display-panes-active-colour colour196
set -g display-panes-colour colour33
set -g status-right '#[fg=colour16,bg=colour254,bold] %b %d %R '
set -g status-left '#[fg=colour254] #h '
#set -g status-left ''
set -g status-left-length 32
set -g window-status-bg colour34
set -g window-status-activity-bg colour142
set -g window-status-activity-attr none
set -g window-status-format "#[fg=black,bg=colour46] #I #[fg=black,bg=default] #T "
set -g window-status-current-format "#[fg=black,bg=colour46] #I #T "
#set -g default-terminal "screen-256color"
# Activity
setw -g monitor-activity on
set -g visual-activity off
# Mouse stuff
#setw -g mode-mouse on
#setw -g mouse-select-window on
#setw -g mouse-select-pane on
#setw -g mouse-resize-pane on
#setw -g automatic-rename
setw -g aggressive-resize on
set -g set-titles on
set -g set-titles-string '#T'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment