Skip to content

Instantly share code, notes, and snippets.

@alunny
Created August 19, 2012 06:23
Show Gist options
  • Save alunny/3392638 to your computer and use it in GitHub Desktop.
Save alunny/3392638 to your computer and use it in GitHub Desktop.
my tmux conf
# 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