Former-commit-id: 841f9625e9
This commit is contained in:
Hadi
2024-07-09 09:33:21 +02:00
parent 0fb184e8d3
commit f1bff29cd9
2 changed files with 4 additions and 6 deletions
+2 -2
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 = {