From db2d414a0fd9b2c3d988ffa08043b70d26e5382f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 6 Jun 2011 22:18:36 +0200 Subject: [PATCH] tmux.conf: Display messages for three seconds. --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index c3565ca..ced99a1 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,6 +6,9 @@ # Use a larger window history, in lines. set-option -g history-limit 10000 +# Display messages for three seconds. +set-option -g display-time 3000 + # TERMINAL -- 2.44.1