From 6db1a249a6e61026079307ad2741b88b34adc7e2 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 18 Sep 2024 02:30:32 -0700 Subject: [PATCH] feat(keys): reverts automatic centering on scroll --- config/keymaps.nix | 36 ------------------------------------ 1 file changed, 36 deletions(-) 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";