Skip to content

Instantly share code, notes, and snippets.

@akrito
Created October 8, 2009 18:49
Show Gist options
  • Save akrito/205267 to your computer and use it in GitHub Desktop.
Save akrito/205267 to your computer and use it in GitHub Desktop.
tmux conf
set-option -g default-command "exec /bin/bash"
# Bindings
set-option -g prefix C-a
bind-key C-a last-window
# Status
set-option -g status-left ""
set-option -g status-right "#S"
#set-option -g status-right "%H:%M %d %b"
set-window-option -g automatic-rename off
# Colors
set-option -g status-bg black
set-option -g status-fg default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment