Skip to content

Instantly share code, notes, and snippets.

@christianberg
Created January 25, 2013 14:23
Show Gist options
  • Save christianberg/4634793 to your computer and use it in GitHub Desktop.
Save christianberg/4634793 to your computer and use it in GitHub Desktop.
tmux config
set -g bell-action any
set -g default-terminal xterm
set -g display-panes-colour red
set -g message-bg cyan
set -g message-fg white
set -g mouse-select-pane on
set -g pane-border-bg default
set -g pane-border-fg cyan
set -g pane-active-border-bg default
set -g pane-active-border-fg white
set -g repeat-time 250
set -g set-titles on
set -g status-bg cyan
set -g status-fg white
set -g status-keys vi
set -g status-left '[#I:#P]'
# normal: month/day hour:minute
set -g status-right '%d.%m.%Y %H:%M'
set -g visual-activity on
set -g visual-bell on
setw -g mode-bg red
setw -g mode-attr bright
setw -g mode-fg white
setw -g mode-keys vi
setw -g mode-mouse on
setw -g monitor-activity on
setw -g window-status-current-fg white
setw -g window-status-current-attr bright
setw -g window-status-current-bg black
setw -g xterm-keys on
set -g prefix `
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment