Fix copilot completion key overlap

This commit is contained in:
Hadi 2024-10-11 13:02:43 +02:00
parent a24167d107
commit f5388f478b

View File

@ -61,17 +61,14 @@ in {
modes = "n";
};
MkdnNextLink = {
key = "<Tab>";
key = "<S-Tab>";
modes = "n";
};
MkdnPrevHeading = {
key = "<leader>m*";
modes = "n";
};
MkdnPrevLink = {
key = "<S-Tab>";
modes = "n";
};
MkdnPrevLink = false;
MkdnSTab = false;
MkdnTab = false;
MkdnTableNewColAfter = {