Skip to content

Instantly share code, notes, and snippets.

@qtkite
Last active August 26, 2021 16:18
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 qtkite/fa24a861ca55ef5195d2cce30a33a373 to your computer and use it in GitHub Desktop.
Save qtkite/fa24a861ca55ef5195d2cce30a33a373 to your computer and use it in GitHub Desktop.
tmux settings
set -g status-position bottom
set -g status-bg colour234
set -g status-fg colour137
set -g status-left ''
set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S '
set -g status-right-length 50
set -g status-left-length 20
setw -g mode-keys vi
setw -g window-status-current-format ' #I#[fg=colour250]:#[fg=colour255]#W#[fg=colour50]#F '
setw -g window-status-format ' #I#[fg=colour237]:#[fg=colour250]#W#[fg=colour244]#F '
set -g default-terminal "screen-256color"
set-window-option -g xterm-keys on
set-option -g history-limit 5000
set -g mouse on
set -g base-index 1
setw -g pane-base-index 1
set -s escape-time 0
set -g status-interval 0
# To reload:
# tmux source-file ~/.tmux.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment