This commit is contained in:
Hadi
2024-07-09 09:33:21 +02:00
parent a73a50aa1f
commit 841f9625e9
2 changed files with 4 additions and 6 deletions

View File

@@ -107,12 +107,12 @@
modes = "n";
};
MkdnTableNextCell = {
key = "<Tab>";
key = "<S-Tab>";
modes = "i";
};
MkdnTableNextRow = false;
MkdnTablePrevCell = {
key = "<S-Tab>";
key = "<M-Tab>";
modes = "i";
};
MkdnTablePrevRow = {