Skip to content

Instantly share code, notes, and snippets.

@elg0nz
Created December 8, 2012 10:10
Show Gist options
  • Save elg0nz/4239686 to your computer and use it in GitHub Desktop.
Save elg0nz/4239686 to your computer and use it in GitHub Desktop.
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-option -g default-shell /bin/zsh
set-window-option -g mode-mouse on
# improve colors
set -g default-terminal "screen-256color"
# enable copy-paste http://goo.gl/DN82E
# enable RubyMotion http://goo.gl/WDlCy
set -g default-command "reattach-to-user-namespace -l zsh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment