diff --git a/vim/.vimrc b/vim/.vimrc index 7d1f81f..48d8033 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -360,6 +360,14 @@ map es :source $MYVIMRC " Run make silently, then skip the 'Press ENTER to continue' noremap m :silent! :make! \| :redraw! + +" Better fr layout mappings for vim-unimpaired and other '[' and ']' commands +nmap ( [ +nmap ) ] +omap ( [ +omap ) ] +xmap ( [ +xmap ) ] " }}} " Mapping for quickfix bindings {{{