#Tip54: Jump Between Matching Parentheses
##%
lets us jump between opening and closing sets of parentheses
it workds with () {} []
Jump Between Matching Keywords
Must enable matchit plugin.
set nocompatible
filetype plugin on
runtime macros/matchit.vim
##S"
surround the selection with a pair of double quote marks.
##cs}]
change surrounding {} braces to [] brackets.