select database();
Blog dans lequel je note comme aide-mémoire les trucs et astuces que j'ai utilisés pour configurer selon mes besoins mes machines sous Linux Ubuntu Raspbian Macosx Windows.
Rechercher dans ce blog
lundi 14 septembre 2009
VIM turn off matchparen plugin / stop highlighting matching brackets
to disable the plugin
completely, you can use the command
let loaded_matchparen = 1
in your ~/.vimrc
To turn it off
:NoMatchParen
To turn it back on
:DoMatchParen
Inscription à :
Articles (Atom)