From c86b3e031986f2feed232c11be953b07df4f8731 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 10 Jul 2022 21:06:58 -0300 Subject: [PATCH] =?UTF-8?q?tmux:=20Agregar=20config=20b=C3=A1sica?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/tmux/tmux.conf diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..3bca13d --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,5 @@ +set -sg escape-time 20 +set -g history-limit 100000 + +set -g default-terminal "tmux-256color" +set -ga terminal-overrides ",*:Tc"