diff options
author | Aaron LI <aly@aaronly.me> | 2017-09-04 09:38:33 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-09-04 09:38:33 +0800 |
commit | 2accf95a3749c320d3c6b62e0803a35f35e65401 (patch) | |
tree | 470e955e9d46912e99ccbf998998d2446996984f | |
parent | c0c0d94a154c99eeeb75dc0c474109af08e49251 (diff) | |
download | dotfiles-2accf95a3749c320d3c6b62e0803a35f35e65401.tar.bz2 |
tmux.conf: disable auto lock
-rw-r--r-- | _tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |