Skip to content

Instantly share code, notes, and snippets.

@omega
Created November 20, 2009 12:34
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 omega/239472 to your computer and use it in GitHub Desktop.
Save omega/239472 to your computer and use it in GitHub Desktop.
set-option -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix
bind-key \; command-prompt
bind a send-prefix # to make C-a a go to start of line
set-option -g status-bg red
set-option -g status-fg white
set-window-option -g utf8 on
set-window-option -g mode-keys vi
set-option -g default-terminal "screen-256color"
set-window-option -g xterm-keys on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment