Skip to content

Instantly share code, notes, and snippets.

@vladfau
Created February 20, 2016 10:06
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 vladfau/97b49ae027b8b339bd0a to your computer and use it in GitHub Desktop.
Save vladfau/97b49ae027b8b339bd0a to your computer and use it in GitHub Desktop.
set -g default-terminal "screen-256color"
set-option -g default-command "reattach-to-user-namespace -l zsh" # or bash...
bind C-c run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
set-option -g mouse on
set -g status-interval 3
set-option -g status-bg colour153
set -g status-right-length 150
set -g status-right "#[fg=colour236]| #[fg=colour25] %d %b :: #(date +%%H:%%M) "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment