[tmux] Don't lock screens after any seconds -- it's silly

This commit is contained in:
Eryn Wells 2014-04-16 13:35:48 -07:00
parent 529a4f9db9
commit c5dd23223c

View file

@ -54,7 +54,7 @@ setw -g alternate-screen on
setw -g clock-mode-style 24 setw -g clock-mode-style 24
# Lock the screen after 120 seconds # Lock the screen after 120 seconds
set-option -g lock-after-time 120 set-option -g lock-after-time 0
set-option -g lock-command "tmux clock-mode" set-option -g lock-command "tmux clock-mode"
bind-key C-a last-window bind-key C-a last-window