Created
February 4, 2013 14:55
-
-
Save srijs/4707202 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bind-key b send-prefix | |
set -g default-terminal "screen-256color" | |
set -s escape-time 0 | |
set-option -g set-clipboard on | |
set -g status-interval 1 | |
set -g mode-mouse on | |
set -g mouse-resize-pane on | |
set -g mouse-select-pane on | |
set -g mouse-select-window on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment