Skip to content

Instantly share code, notes, and snippets.

@onehr
Created December 8, 2023 06:15
Show Gist options
  • Select an option

  • Save onehr/d6e5ff1b34537279bc17323594c1d6dc to your computer and use it in GitHub Desktop.

Select an option

Save onehr/d6e5ff1b34537279bc17323594c1d6dc to your computer and use it in GitHub Desktop.
# unbind C-b
set -g prefix C-b
bind-key TAB last-window
bind-key C-b send-prefix
bind Enter copy-mode
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-option -g history-limit 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment