From 556236c0b9395a3f4dfae74668df250cc3e77bbb Mon Sep 17 00:00:00 2001 From: Szymon P Date: Sun, 15 Mar 2026 11:30:46 +0100 Subject: [PATCH] update: modules/cli/nixvim.nix --- modules/cli/nixvim.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modules/cli/nixvim.nix b/modules/cli/nixvim.nix index 3fccecc..0047cc9 100644 --- a/modules/cli/nixvim.nix +++ b/modules/cli/nixvim.nix @@ -108,6 +108,22 @@ key = "k"; action= "kzz"; } + { + key = "[["; + action= "[[zz"; + } + { + key = "]]"; + action= "]]zz"; + } + { + key = "{{"; + action= "{{zz"; + } + { + key = "}}"; + action= "}}zz"; + } ]; autoGroups = {