Skip to content

Instantly share code, notes, and snippets.

@tomafc330
Created December 5, 2016 01:14
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 tomafc330/f40021d7080a8365ed9956b0ada6fc40 to your computer and use it in GitHub Desktop.
Save tomafc330/f40021d7080a8365ed9956b0ada6fc40 to your computer and use it in GitHub Desktop.
Tommy's Mac tmux configuration
et -g status on
set-window-option -g mode-keys vi
set -g history-limit 1000000
set -g status-bg green
setw -g window-status-current-bg cyan
setw -g window-status-current-attr bold
set -g status-right '#7H | %F %s'
setw -g monitor-activity on
set -g visual-activity on
set-option -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