feat(keys): reverts automatic centering on scroll

This commit is contained in:
Youwen Wu 2024-09-18 02:30:32 -07:00
parent 2543f97755
commit 6db1a249a6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -34,42 +34,6 @@
}; };
} }
# center the screen when scrolling # center the screen when scrolling
{
mode = "n";
key = "<C-u>";
action = "<C-u>zz";
options = {
silent = true;
noremap = true;
};
}
{
mode = "n";
key = "<C-d>";
action = "<C-d>zz";
options = {
silent = true;
noremap = true;
};
}
{
mode = "n";
key = "<C-f>";
action = "<C-f>zz";
options = {
silent = true;
noremap = true;
};
}
{
mode = "n";
key = "<C-b>";
action = "<C-b>zz";
options = {
silent = true;
noremap = true;
};
}
{ {
mode = "n"; mode = "n";
action = ":CellularAutomaton make_it_rain<CR>"; action = ":CellularAutomaton make_it_rain<CR>";