From 023ace4cee5028e65f80867e2181dc801145783a Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Tue, 28 Feb 2012 15:16:35 +0000 Subject: [PATCH] Use alt-underscore to monitor a pane for silence. --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 991bc49..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' -- 2.7.4