From d6bfa5c583917a05471691ac0860e606306c4bd8 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sat, 25 Jun 2022 15:41:48 +0200 Subject: [PATCH] feat(tmux): optimize tmux for nvim --- home-mandlm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-mandlm.nix b/home-mandlm.nix index a27e7cd..76f72c2 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -199,6 +199,8 @@ enable = true; newSession = true; keyMode = "vi"; + escapeTime = 10; + terminal = "tmux-256color"; extraConfig = '' set-option -g status off