How To Turn Off Paren Matching In VIM

Published Date Author: , Posted November 24th, 2010 at 10:01:17am

Turn Off:
:NoMatchParen

Turn On:
:DoMatchParen

Add the following line to ~/.vimrc

:let loaded_matchparen = 1

More information can be found while running vim – just type the following:

:help matchparen

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.