Rechercher dans ce blog

lundi 14 septembre 2009

how to know what is the active database in mysql

select database();

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