From 4fb0f5a93425036fdf83adf1f58e47e2d2e1e242 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Fri, 30 May 2025 12:26:23 +0800 Subject: [PATCH] chore(nvf): revert to old config --- modules/home/cli/editor/nvf/binds.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/home/cli/editor/nvf/binds.nix b/modules/home/cli/editor/nvf/binds.nix index 54fa06a..9c83180 100644 --- a/modules/home/cli/editor/nvf/binds.nix +++ b/modules/home/cli/editor/nvf/binds.nix @@ -2,20 +2,21 @@ hardtime-nvim = { enable = true; setupOpts = { + max_count = 1; disabled_keys = { - "h" = [ + "" = [ "n" "x" ]; - "j" = [ + "" = [ "n" "x" ]; - "k" = [ + "" = [ "n" "x" ]; - "l" = [ + "" = [ "n" "x" ];