Skip to content

Instantly share code, notes, and snippets.

@Pistos
Created March 23, 2011 23:49
Show Gist options
  • Select an option

  • Save Pistos/884280 to your computer and use it in GitHub Desktop.

Select an option

Save Pistos/884280 to your computer and use it in GitHub Desktop.
set-option -g status-bg blue
set-option -g status-fg white
set-window-option -g automatic-rename off
set-option -g prefix C-a
unbind-key C-b
bind-key a send-prefix
bind-key C-a last-window
bind-key C-d detach-client
bind-key C-c new-window
bind-key C-p previous-window
bind-key C-n next-window
bind-key ' ' next-window
bind-key C-' ' next-window
# bind-key A rename-window
unbind-key '"'
bind-key '"' choose-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment