Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Try re-enabling auto-pairs and adding this to your vimrc: let g:AutoPairsMoveCharacter = '()[]{}"'. I expect that should fix it. (The issue is a clash between § and the <Meta-'> combination.) Commented Apr 15, 2020 at 13:32
  • 1
    It did work. Thank you! You definitely know VIM :) Commented Apr 15, 2020 at 13:44