From: Iain Patterson Date: Tue, 28 Feb 2012 15:16:35 +0000 (+0000) Subject: Use alt-underscore to monitor a pane for silence. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=023ace4cee5028e65f80867e2181dc801145783a;p=profile.git Use alt-underscore to monitor a pane for silence. --- 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'