diff --git a/config/keymaps.nix b/config/keymaps.nix index 554bf77..c905de0 100644 --- a/config/keymaps.nix +++ b/config/keymaps.nix @@ -34,42 +34,6 @@ }; } # center the screen when scrolling - { - mode = "n"; - key = ""; - action = "zz"; - options = { - silent = true; - noremap = true; - }; - } - { - mode = "n"; - key = ""; - action = "zz"; - options = { - silent = true; - noremap = true; - }; - } - { - mode = "n"; - key = ""; - action = "zz"; - options = { - silent = true; - noremap = true; - }; - } - { - mode = "n"; - key = ""; - action = "zz"; - options = { - silent = true; - noremap = true; - }; - } { mode = "n"; action = ":CellularAutomaton make_it_rain";