Created
August 19, 2012 06:23
-
-
Save alunny/3392638 to your computer and use it in GitHub Desktop.
my tmux conf
This file contains hidden or 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
# using patch from https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git | |
# fixes pbpaste + pbcopy | |
set-option -g default-command "reattach-to-user-namespace -l bash" | |
set -g mode-mouse on | |
set -g mouse-select-pane on | |
set -g mouse-resize-pane on | |
# important! | |
bind-key d confirm-before -p "detach-client? (NO) (y/n)" detach-client | |
set -g status-bg black | |
set -g status-left-fg green | |
set-window-option -g window-status-current-bg red | |
set-window-option -g window-status-current-fg white | |
set-window-option -g window-status-current-attr bright |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment