Created
February 20, 2016 10:06
-
-
Save vladfau/97b49ae027b8b339bd0a 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
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