feat(keys): add game_of_life keybind

This commit is contained in:
Youwen Wu 2024-09-18 11:45:12 -07:00
parent 5336f0bcc6
commit 09d61e726a
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -44,6 +44,16 @@
desc = "A mysterious surprise!"; desc = "A mysterious surprise!";
}; };
} }
{
mode = "n";
action = ":CellularAutomaton game_of_life<CR>";
key = "<leader>bruh";
options = {
silent = true;
noremap = true;
desc = "A mysterious surprise!";
};
}
{ {
mode = "n"; mode = "n";
action = "nzzzv"; action = "nzzzv";