From 7d581901ec992a38acb9eb98d181f5ee3886fd4f Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Fri, 17 May 2024 19:23:25 +0200 Subject: [PATCH] Tmux: Fix Neovim escape delay --- home/features/coding/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/coding/tmux.nix b/home/features/coding/tmux.nix index 075cdbb..f3799c9 100644 --- a/home/features/coding/tmux.nix +++ b/home/features/coding/tmux.nix @@ -10,6 +10,7 @@ extraConfig = '' bind % split-window -h -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}" + set -sg escape-time 0 ''; plugins = with pkgs; [ tmuxPlugins.vim-tmux-navigator