From 09d61e726a59a64818ecb961359b72638711fbea Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 18 Sep 2024 11:45:12 -0700 Subject: [PATCH] feat(keys): add game_of_life keybind --- config/keymaps.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/keymaps.nix b/config/keymaps.nix index 6f4c227..b55f3da 100644 --- a/config/keymaps.nix +++ b/config/keymaps.nix @@ -44,6 +44,16 @@ desc = "A mysterious surprise!"; }; } + { + mode = "n"; + action = ":CellularAutomaton game_of_life"; + key = "bruh"; + options = { + silent = true; + noremap = true; + desc = "A mysterious surprise!"; + }; + } { mode = "n"; action = "nzzzv";