From 367639f2a92c38f5d1bda79f91f1c037ead91b33 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Tue, 19 Jan 2016 20:10:10 -0600 Subject: [PATCH] tmux config: disable repeatable commands. --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 136279c..e599b97 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,3 +18,4 @@ set -g status-left '#[fg=green][ #[fg=blue,bright]jdb-hp#[fg=green,nobright] ][' set -g status-left-length 70 set -g status-right '#[fg=green]][ #[fg=brightblue]%m-%d #[fg=brightgreen]%H:%M #[fg=green]]' set -g status-right-length 20 +set -g repeat-time 0