diff --git a/modules/home/cli/editor/nvf/binds.nix b/modules/home/cli/editor/nvf/binds.nix index 43d18de..54fa06a 100644 --- a/modules/home/cli/editor/nvf/binds.nix +++ b/modules/home/cli/editor/nvf/binds.nix @@ -3,19 +3,19 @@ enable = true; setupOpts = { disabled_keys = { - "" = [ + "h" = [ "n" "x" ]; - "" = [ + "j" = [ "n" "x" ]; - "" = [ + "k" = [ "n" "x" ]; - "" = [ + "l" = [ "n" "x" ];