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 = { };