Skip to content

Instantly share code, notes, and snippets.

@skout23
Created January 28, 2014 19:42
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 skout23/8674683 to your computer and use it in GitHub Desktop.
Save skout23/8674683 to your computer and use it in GitHub Desktop.
# act like GNU screen
unbind C-b
set -g prefix C-a
# look good
set -g default-terminal "screen-256color"
# Allows for faster key repetition
set -s escape-time 0
# Set status bar
#set -g status-bg black
#set -g status-fg white
#set -g status-left ""
#set -g status-right "#[fg=green]#H"
set -g status off
# Highlight active window
set-window-option -g window-status-current-bg red
# resize a lot
setw -g aggressive-resize on
# lots of scroll back
set -g history-limit 10000
# mouse scrolling
setw -g mode-mouse on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment