From 39d374f0a162e94806f907b40e9aa69acb42a4a7 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 17 Mar 2025 13:53:38 +0000 Subject: [PATCH] Changed exchange keybind --- config/mini.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mini.nix b/config/mini.nix index f0dfc1d..ac11ce2 100644 --- a/config/mini.nix +++ b/config/mini.nix @@ -8,7 +8,7 @@ comment = { }; completion = { }; move = { }; - operators = { }; + operators = { exchange.prefix = "gX"; }; pairs = { }; snippets = { }; splitjoin = { };