diff --git a/config/keymaps.nix b/config/keymaps.nix index c905de0..f86e97a 100644 --- a/config/keymaps.nix +++ b/config/keymaps.nix @@ -127,6 +127,24 @@ desc = "Put from system clipboard"; }; } + { + mode = "n"; + key = ""; + action = "zz"; + options = { + silent = true; + noremap = true; + }; + } + { + mode = "n"; + key = ""; + action = "zz"; + options = { + silent = true; + noremap = true; + }; + } { action = "Telescope find_files"; key = "ff";