From 8e3bb627ba7af53fd6612c200cf57df9ef7bf9dc Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 18 Sep 2024 02:45:39 -0700 Subject: [PATCH] feat: add back and auto-centering --- config/keymaps.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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";