From 2d99dcd63807de3616e35e5e81d5143da8cfbfc4 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Wed, 9 Apr 2025 07:01:51 +0000 Subject: [PATCH] Fixed #1, replaced mini-operators shortcut --- config/mini.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/mini.nix b/config/mini.nix index 9f7c7d4..27e6588 100644 --- a/config/mini.nix +++ b/config/mini.nix @@ -8,7 +8,13 @@ comment = { }; completion = { }; move = { }; - operators = { exchange.prefix = "gX"; }; + operators = { + exchange.prefix = "gX"; + replace = { + prefix = "gR"; + reindent_linewise = true; + }; + }; pairs = { }; snippets = { }; splitjoin = { };