From 70c8dfd95344fa4e8fa78d4c165dd8afdd3bac6a Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Wed, 25 Feb 2026 12:59:02 +0100 Subject: [PATCH] helix use jumplist --- home-modules/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/helix.nix b/home-modules/helix.nix index f12cb44..977a974 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -190,7 +190,7 @@ keys = { normal = { "C-g" = [ ":new" ":insert-output lazygit" ":buffer-close!" ":redraw" ]; - "C-i" = [ ":pipe fgl" "toggle_comments" ]; + "C-m" = [ ":pipe fgl" "toggle_comments" ]; "A-`" = [ "no_op" ]; "`" = [ "no_op" ]; "รถ" = { "s" = [ "switch_case" ]; "u" = [ "switch_to_uppercase" ]; "l" = [ "switch_to_lowercase" ]; };