Add lock command and lock timeout to tmux config

This commit is contained in:
Eryn Wells 2014-02-26 10:37:34 -08:00
parent d4a0ebae62
commit fb884bc9b8

View file

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