From 6aa61f45eb85d7c9ea772934b4c9c0efc5f74584 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Wed, 30 Oct 2019 09:47:38 +0100 Subject: [PATCH] tmux config --- profiles/base/.tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 profiles/base/.tmux.conf diff --git a/profiles/base/.tmux.conf b/profiles/base/.tmux.conf new file mode 100644 index 0000000..d993e80 --- /dev/null +++ b/profiles/base/.tmux.conf @@ -0,0 +1,5 @@ +set-window-option -g xterm-keys on +set -s escape-time 10 # faster command timeout +set -g history-limit 10000 + +set -g status-interval 10