Skip to content

Instantly share code, notes, and snippets.

@0x1628
Last active June 16, 2020 13:38
Show Gist options
  • Save 0x1628/82e522e66874698dfa3ca45ce6491ba0 to your computer and use it in GitHub Desktop.
Save 0x1628/82e522e66874698dfa3ca45ce6491ba0 to your computer and use it in GitHub Desktop.
unbind C-b
set-option -g prefix C-x
bind-key C-x send-prefix
# panes
set -g pane-border-style fg=colour238
set -g pane-active-border-style fg=colour191
## Status bar design
# status line
set -g status-justify left
set -g status-bg colour236
set -g status-fg colour64
set -g status-interval 2
#window mode
setw -g mode-style fg=colour0,bg=colour6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment