mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
plugins/toggleterm: fix openMapping and documentation bug
This commit is contained in:
parent
0c0c3b2d9d
commit
1a8bd3bdc1
2 changed files with 7 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
|||
end
|
||||
end
|
||||
'';
|
||||
openMapping = "[[<c-\\>]]";
|
||||
openMapping = "<c-\\>";
|
||||
onCreate = "function() end";
|
||||
onOpen = "function() end";
|
||||
onClose = "function() end";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue