roman/evil-paredit

] is bound to `paredit-close-square` in insert mode

darthdeus opened this issue · 2 comments

This makes it impossible to type ] in insert mode.

oops sorry, I didn't realize this is intentional in paredit, since the problem was that I initially deleted a ] and then tried to type it again.

You can use C-q in insert state to insert literally. This is the escape hatch you were missing.