mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat(keys): add game_of_life keybind
This commit is contained in:
parent
5336f0bcc6
commit
09d61e726a
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue