From 2accf95a3749c320d3c6b62e0803a35f35e65401 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 4 Sep 2017 09:38:33 +0800 Subject: tmux.conf: disable auto lock --- _tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tmux.conf b/_tmux.conf index bf95c55..13327de 100644 --- a/_tmux.conf +++ b/_tmux.conf @@ -61,7 +61,7 @@ set -sg escape-time 0 set -g history-limit 1000 # Lock after 15 minutes -set -g lock-after-time 1800 +#set -g lock-after-time 1800 # Keep windows around after they exit # On exit, the pane will display the message "Pane is dead" until it is -- cgit v1.2.2