Skip to content

Instantly share code, notes, and snippets.

@iamruinous
Created February 4, 2015 21:07
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 iamruinous/25244e5ee8ddb6d150bf to your computer and use it in GitHub Desktop.
Save iamruinous/25244e5ee8ddb6d150bf to your computer and use it in GitHub Desktop.
TMUX, do you use it?
set-window-option -g mode-keys vi
set -g history-limit 50000
set -g status-bg colour234
set -g window-status-activity-attr bold
set -g pane-border-fg colour245
set -g pane-active-border-fg colour39
set -g message-fg colour16
set -g message-bg colour221
set -g message-attr bold
# Custom status bar
# Powerline symbols: ⮂ ⮃ ⮀ ⮁ ⭤
set -g status-left-length 32
set -g status-right-length 150
set -g status-interval 5
set -g status-right '#[fg=colour245]⮃ %R ⮃ %d %b #[fg=colour254,bg=colour234,nobold]#(rdio-current-track-tmux)⮂#[fg=colour16,bg=colour254,bold] #h '
set -g window-status-format "#[fg=white,bg=colour234] #I #W "
set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=colour16,bg=colour39,noreverse,bold] #I ⮁ #W #[fg=colour39,bg=colour234,nobold]⮀"
set -g default-terminal "screen-256color"
# Mouse - Install https://bitheap.org/mouseterm/
setw -g mode-mouse on
setw -g mouse-utf8 on
setw -g mouse-select-pane on
setw -g mouse-select-window on
setw -g mouse-resize-pane on
# Activity
setw -g monitor-activity on
set -g visual-activity off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment