fix copilot on markdown files

This commit is contained in:
Hadi
2025-03-26 10:30:04 +01:00
parent b6bd84fc3b
commit 2ac4321f7b

View File

@@ -21,11 +21,11 @@ in {
mkdnflow = {
enable = true;
mappings = {
MkdnNextLink = {
MkdnTableNextCell = {
key = "<S-Tab>";
modes = "n";
modes = "i";
};
MkdnPrevLink = false;
MkdnTablePrevCell = false;
};
};
};