Skip to content

Instantly share code, notes, and snippets.

@arnab
Created January 25, 2012 20:23
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 arnab/1678497 to your computer and use it in GitHub Desktop.
Save arnab/1678497 to your computer and use it in GitHub Desktop.
My dotfiles
# set-option -g prefix C-a
bind-key C-b last-window
unbind % # Remove default binding since we’re replacing
bind | split-window -h
bind - split-window -v
# Set status bar
set -g status-bg black
set -g status-fg white
set -g status-left '#[fg=green,bold][#S]'
# Highlight active window
set-window-option -g window-status-current-bg blue
# Show interesting stuff on right
set -g status-right '#[fg=yellow][#(uptime | cut -d ":" -f5)] #(date +"%d-%b-%y %H:%M %Z")'
# Set window notifications
setw -g monitor-activity on
set -g visual-activity on
# Automatically set window title
setw -g automatic-rename off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment