From 9d263b8208af5c1ffd4a3c639a34bfe290bce931 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 3 Feb 2026 08:42:36 -0600 Subject: [PATCH] map --- config/keymaps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/keymaps.nix b/config/keymaps.nix index 1ffb869..95f4d78 100644 --- a/config/keymaps.nix +++ b/config/keymaps.nix @@ -99,7 +99,7 @@ { mode = "n"; key = "e"; - action = ":execute 'split | wincmd j | resize 10 | terminal' | normal i"; + action = "execute 'split | wincmd j | resize 10 | terminal' | normal i"; } {