From fdf653d2503103239d4d263b339bb9ce34380cd2 Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Sat, 1 Mar 2025 19:24:26 +0100 Subject: [PATCH] chore: remove keymaps nzz on n and Nzz on N It feels clearer where am I in the code when the content doesn't shift as much. I will keep the zz keymaps for other kinds of movement like , , and though --- lua/config/keymaps.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/config/keymaps.lua b/lua/config/keymaps.lua index a3af9cc..a9f27d3 100644 --- a/lua/config/keymaps.lua +++ b/lua/config/keymaps.lua @@ -10,8 +10,6 @@ set("n", "e", ":Oil") set("i", "", "") -- Keep things centered -set("n", "n", "nzz") -set("n", "N", "Nzz") set("n", "", "zz") set("n", "", "zz") set("n", "", "cnextzz")