aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-25 02:30:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-25 02:30:12 +1200
commitf4b50f31c2a85420ef513f790d99178e0ed078c6 (patch)
tree2f636fd8899cba62d44664c2f08268a5e4fccf9a /tmux
parentSpelling words (diff)
downloaddotfiles-f4b50f31c2a85420ef513f790d99178e0ed078c6.tar.gz
dotfiles-f4b50f31c2a85420ef513f790d99178e0ed078c6.zip
Quickly clear alerts from a tmux session
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index b8ebb5b2..0fc7d96c 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -31,6 +31,9 @@ bind-key l select-pane -R
bind-key J choose-window "join-pane -h -s '%%'"
bind-key B break-pane -d
+# Clear alerts
+bind-key -r z next-window -a \; last-window
+
# Activity
set-window-option -g monitor-activity on
set-window-option -g window-status-activity-attr none
@@ -69,5 +72,5 @@ set-window-option -g window-status-fg colour16
set-window-option -g window-status-current-attr none
set-window-option -g window-status-current-fg colour231
set-window-option -g window-status-bell-attr none
-set-window-option -g window-status-bell-fg colour9
+set-window-option -g window-status-bell-bg colour9