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";