cohama / lexima.vim

Auto close parentheses and repeat by dot dot dot...
995 stars 46 forks source link

Rule suggestion #69

Open FuzzOli87 opened 7 years ago

FuzzOli87 commented 7 years ago

After playing around with custom rules and reading docs, I'm wondering if you could help me out. I'm trying to add a rule with char being ESC. However, the rule doesn't apply.

Basically, I would like to make a rule so that when I press in insert mode and I'm surrounded by some sort of pair('', (), "", ('')) it moves the cursor to the end of the last pair and enters insert mode. Is this possible with Lexima?