Use alt-underscore to monitor a pane for silence.
authorIain Patterson <me@iain.cx>
Tue, 28 Feb 2012 15:16:35 +0000 (15:16 +0000)
committerIain Patterson <me@iain.cx>
Mon, 2 Apr 2012 13:22:45 +0000 (14:22 +0100)
.tmux.conf

index 991bc49..8e27609 100644 (file)
@@ -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'