From ba35e8f2927c71a37dc423a4bed88a136ba99c0c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 10 Jan 2017 19:33:22 +0000 Subject: [PATCH] 15 minutes is not 1800 seconds, but just remove lock-after-time because it won't work for Linux folks without additional configuration --- example_tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/example_tmux.conf b/example_tmux.conf index 2c7c8717..54de4d6b 100644 --- a/example_tmux.conf +++ b/example_tmux.conf @@ -22,9 +22,6 @@ set -g default-terminal "tmux-256color" # No bells at all set -g bell-action none -# Lock after 15 minutes -set -g lock-after-time 1800 - # Keep windows around after they exit set -g remain-on-exit on