auto-pairs
auto-pairs copied to clipboard
If I have nested pairs then how do I fast wrap?
This works:
input: "|"hello
(press <M - e> at |)
output: "hello"
What about this?
input: ["|"]hello
output: ["hello"]
Issue: In the above scenario when I press <M - e> at |, I get this output: ["|]hello"