From f8032d52966172bad3bac49fde8f35586eb73bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 10 Apr 2024 10:13:23 +0300 Subject: [PATCH] tmux: honor neovim's suggestions --- shared/home/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/home/default.nix b/shared/home/default.nix index dcf6c36..32277ab 100644 --- a/shared/home/default.nix +++ b/shared/home/default.nix @@ -196,6 +196,10 @@ in { bind c new-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}" + + # neovim :checkhealth + set-option -sg escape-time 10 + set-option -g default-terminal "screen-256color" ''; }; }