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" ]; };