Fixed #1, replaced mini-operators shortcut
This commit is contained in:
parent
63174e8d0b
commit
2d99dcd638
1 changed files with 7 additions and 1 deletions
|
|
@ -8,7 +8,13 @@
|
|||
comment = { };
|
||||
completion = { };
|
||||
move = { };
|
||||
operators = { exchange.prefix = "gX"; };
|
||||
operators = {
|
||||
exchange.prefix = "gX";
|
||||
replace = {
|
||||
prefix = "gR";
|
||||
reindent_linewise = true;
|
||||
};
|
||||
};
|
||||
pairs = { };
|
||||
snippets = { };
|
||||
splitjoin = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue