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