Skip to content

Instantly share code, notes, and snippets.

@wraithan
Created August 13, 2011 04:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wraithan/1143490 to your computer and use it in GitHub Desktop.
Save wraithan/1143490 to your computer and use it in GitHub Desktop.
# Bindings
unbind-key C-b
set-option -g prefix C-z
bind-key z send-prefix
bind-key C-z last-window
bind r source-file ~/.tmux.conf
bind k confirm-before kill-window
# Settings
set-option -g default-terminal "screen-256color"
set -g base-index 1
# Status Bar
set -g status-interval 20
set -g status-bg black
set -g status-fg white
set -g status-justify centre
set -g status-left '#[fg=green][#S]#[default]'
set -g status-right '#[fg=green][%H:%M] [%Y-%m-%d]#[default]'
set-window-option -g window-status-current-fg white
set-window-option -g window-status-current-bg blue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment