Fixed #1, replaced mini-operators shortcut

This commit is contained in:
EsVagy42 2025-04-09 07:01:51 +00:00
parent 63174e8d0b
commit 2d99dcd638

View file

@ -8,7 +8,13 @@
comment = { }; comment = { };
completion = { }; completion = { };
move = { }; move = { };
operators = { exchange.prefix = "gX"; }; operators = {
exchange.prefix = "gX";
replace = {
prefix = "gR";
reindent_linewise = true;
};
};
pairs = { }; pairs = { };
snippets = { }; snippets = { };
splitjoin = { }; splitjoin = { };