diff --git a/modules/home/cli/editor/nvf/keymaps.nix b/modules/home/cli/editor/nvf/keymaps.nix index a9bd489..bca4c14 100644 --- a/modules/home/cli/editor/nvf/keymaps.nix +++ b/modules/home/cli/editor/nvf/keymaps.nix @@ -13,4 +13,18 @@ action = ":cd %:p:h:e "; silent = true; } + { + desc = ""; + key = ""; + mode = "n"; + action = "zz"; + silent = true; + } + { + desc = ""; + key = ""; + mode = "n"; + action = "zz"; + silent = true; + } ]