From 0056a90ec1d75eff9ff484de86a04e27186d95ee Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Fri, 19 Sep 2025 14:16:29 -0400 Subject: [PATCH] Stop highlighting searches when pressing escape Also prevents toggling between tabs when pressing escape --- config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.nix b/config.nix index 3f6f98b..190b6dc 100644 --- a/config.nix +++ b/config.nix @@ -221,6 +221,11 @@ ]; keymaps = [ + { + action = "nohl"; + key = ""; + mode = [ "n" ]; + } { action = "Dashboard"; key = "d";