diff --git a/modules/home/cli/editor/nvf/binds.nix b/modules/home/cli/editor/nvf/binds.nix index 3e8cee5..43d18de 100644 --- a/modules/home/cli/editor/nvf/binds.nix +++ b/modules/home/cli/editor/nvf/binds.nix @@ -1,4 +1,26 @@ { - hardtime-nvim.enable = true; + hardtime-nvim = { + enable = true; + setupOpts = { + disabled_keys = { + "" = [ + "n" + "x" + ]; + "" = [ + "n" + "x" + ]; + "" = [ + "n" + "x" + ]; + "" = [ + "n" + "x" + ]; + }; + }; + }; whichKey.enable = true; }