From 42cfd252f89f474d866a471a7d650baee2997cdc Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Fri, 30 May 2025 11:49:10 +0800 Subject: [PATCH] feat(nvf): disable hjkl in all modes --- modules/home/cli/editor/nvf/binds.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" ];