From 436a3913e75c7f9cdb7a8cec1fbf64e7ced044f8 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Wed, 25 Jun 2025 15:14:09 -0400 Subject: [PATCH] reverted my helix keybindings, they don't carry over all that well from vim, and just makes things confusing --- dot_config/flake/home/common.nix | 4 ++-- dot_config/flake/machines/hinge/darwin.nix | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index 5ec8131..e65f01b 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -102,8 +102,8 @@ normal = { C-right = "move_next_word_start"; C-left = "move_prev_word_end"; - a = "insert_mode"; - i = "append_mode"; + # a = "insert_mode"; + # i = "append_mode"; "=" = ":format"; space = { diff --git a/dot_config/flake/machines/hinge/darwin.nix b/dot_config/flake/machines/hinge/darwin.nix index 5540687..e33af34 100644 --- a/dot_config/flake/machines/hinge/darwin.nix +++ b/dot_config/flake/machines/hinge/darwin.nix @@ -1,5 +1,4 @@ { - inputs, outputs, pkgs, ... @@ -16,7 +15,6 @@ in { outputs.overlays.additions outputs.overlays.modifications outputs.overlays.unstable-packages - inputs.helix.overlays.default ]; config = {