How To Turn Off Paren Matching In VIM

Author: , November 24th, 2010

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