X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=.tmux.conf;h=8e27609818ef9e7206d6482eb18d8729d038682b;hb=023ace4cee5028e65f80867e2181dc801145783a;hp=e383a3783a3c7bf8bc3f8900987153299cd356d8;hpb=048f167991e3e1c7c2e7f053fa7854ac803f48b8;p=profile.git diff --git a/.tmux.conf b/.tmux.conf index e383a37..8e27609 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -37,6 +37,7 @@ bind C-[ copy-mode bind ] paste-buffer bind C-] paste-buffer bind _ setw monitor-activity +bind M-_ setw monitor-silence 10 bind * list-clients bind < command-prompt -p "Load buffer from file:" 'load-buffer %1' bind > command-prompt -p "Save buffer to file:" 'save-buffer %1' @@ -166,6 +167,8 @@ set -g display-panes-colour colour17 # Command entry. set -g message-bg colour90 set -g message-fg white +set -g message-command-bg colour88 +set -g message-command-fg white # Active pane set -g pane-active-border-bg default set -g pane-active-border-fg white @@ -178,6 +181,14 @@ setw -g mode-fg white # Monitored windows (in reverse video). setw -g window-status-alert-bg red setw -g window-status-alert-fg white +# As of tmux 1.6 we can highlight different alerts. +setw -g window-status-bell-bg colour22 +setw -g window-status-bell-fg white +setw -g window-status-content-bg colour88 +setw -g window-status-content-fg white +setw -g window-status-content-attr none +setw -g window-status-activity-bg red +setw -g window-status-activity-fg white ################################################################################ # Caption settings.