From 61d57e8563f00b4d534c99e02455fa0115968a39 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 9 Oct 2025 01:05:02 -0500 Subject: [PATCH] feat: changed insert mode hotkey --- modules/home/cli/development/editing/helix/config/settings.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/cli/development/editing/helix/config/settings.nix b/modules/home/cli/development/editing/helix/config/settings.nix index f666f1c..71da3c8 100755 --- a/modules/home/cli/development/editing/helix/config/settings.nix +++ b/modules/home/cli/development/editing/helix/config/settings.nix @@ -20,6 +20,7 @@ keys = { normal = { f = ":format"; + "`" = "insert_mode"; tab = "indent"; S-tab = "unindent"; ret = [