feat(nvf): make  and  center cursor with zz

This commit is contained in:
Mohammad Rafiq 2025-05-23 17:47:03 +08:00
parent a5de30be51
commit 56064adfff
No known key found for this signature in database

View file

@ -13,4 +13,18 @@
action = ":cd %:p:h<CR>:e <cfile><CR>"; action = ":cd %:p:h<CR>:e <cfile><CR>";
silent = true; silent = true;
} }
{
desc = "";
key = "<C-u>";
mode = "n";
action = "<C-u>zz";
silent = true;
}
{
desc = "";
key = "<C-d>";
mode = "n";
action = "<C-d>zz";
silent = true;
}
] ]