Skip to content

Instantly share code, notes, and snippets.

@matsuu
Created May 29, 2022 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuu/2cf2a2b43650d7d8e84e6703a3194406 to your computer and use it in GitHub Desktop.
Save matsuu/2cf2a2b43650d7d8e84e6703a3194406 to your computer and use it in GitHub Desktop.
tmux
#set-window-option -g utf8 on
set-window-option -g mode-keys vi
set-window-option -g automatic-rename off
set-window-option -g allow-rename off
#set-window-option -g aggressive-resize on
set-window-option -g window-status-current-format '#[bg=colour2,fg=colour255]#{?client_prefix,#[bg=colour3],} #I #W '
set-option -g escape-time 50
set-option -g focus-events on
set-option -g status-right "#h | %Y-%m-%d %H:%M:%S#[default]"
set-option -g status-interval 1
set-option -g default-terminal "screen-256color"
#set-option -g terminal-overrides "*:colors=256"
set-option -g terminal-overrides ",*:RGB"
#set-option -g terminal-overrides ",*:Tc"
set-option -g status-style fg=#ffffff,bg=#dd4814
set-option -g pane-active-border-style fg=#dd4814
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment