1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

My tmux file

This commit is contained in:
Ryan 2011-08-20 04:49:30 +02:00
parent 02878345e7
commit 9d8022627c

16
.tmux.conf Normal file
View File

@ -0,0 +1,16 @@
#eexample ripped from http://blog.hawkhost.com/2010/07/02/tmux-%E2%80%93-the-terminal-multiplexer-part-2/
set -g status-bg black
set -g status-fg white
set -g status-left '#[fg=green bg=black]#(hostname -s)'
# Highlight active window
set-window-option -g window-status-current-bg red
set -g status-right '#[fg=yellow bg=black]#(uptime | cut -d "," -f 2-)'
#Set window notifications
setw -g monitor-activity on
set -g visual-activity on
#automatically rename windows
setw -g automatic-rename on