diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 26c1c1c..7265d06 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -175,6 +175,30 @@ silent = true; desc = "Open Mini.Files and manage the filesystem."; } + { + key = ""; + mode = ["n"]; + action = "zz"; + silent = true; + } + { + key = ""; + mode = ["n"]; + action = "zz"; + silent = true; + } + { + key = ""; + mode = ["n"]; + action = "zz"; + silent = true; + } + { + key = ""; + mode = ["n"]; + action = "zz"; + silent = true; + } ]; extraLuaFiles = [./nvim/autocommands.lua];