plugins/toggleterm: fix openMapping and documentation bug

This commit is contained in:
Gaetan Lepage 2023-06-22 10:45:20 +02:00 committed by Gaétan Lepage
parent 0c0c3b2d9d
commit 1a8bd3bdc1
2 changed files with 7 additions and 6 deletions

View file

@ -16,7 +16,7 @@
end
end
'';
openMapping = "[[<c-\\>]]";
openMapping = "<c-\\>";
onCreate = "function() end";
onOpen = "function() end";
onClose = "function() end";