From 72371de9c5400a223394bd803e7a9cc11ca00b08 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 19 Jul 2024 19:56:18 -0400 Subject: [PATCH] increase tmux escape-time --- modules/cli/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cli/default.nix b/modules/cli/default.nix index d42d804..88bcd81 100644 --- a/modules/cli/default.nix +++ b/modules/cli/default.nix @@ -128,7 +128,7 @@ set -g set-titles on set -sa terminal-overrides ",*256color:Tc" # escape-time reduces the time where the escape key acts as an alt key - set -s escape-time 1 + set -s escape-time 10 ################################################################################ # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator