From a6633362c80b169374c1d556714ffb8ee9ccbfc8 Mon Sep 17 00:00:00 2001 From: zaika Date: Tue, 18 Jun 2019 18:04:10 +0300 Subject: [PATCH] tmux.conf --- .tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..d71a182 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,6 @@ +source "/usr/share/powerline/bindings/tmux/powerline.conf" +set -g default-terminal "screen-256color" +set -g prefix C-a +bind C-a send-prefix +#set -g lock-command vlock +set -g lock-after-time 60 # Seconds; 0 = never