diff --git a/.vimrc b/.vimrc index c2b65a6..9ac45e8 100644 --- a/.vimrc +++ b/.vimrc @@ -69,7 +69,7 @@ au BufWinEnter * checktime set backspace=indent,eol,start " don't use Ex mode, use Q for formatting map Q gq -" disable mouse +" Enable mouse for 'a'll mode set mouse=a " key combination timeout set notimeout @@ -192,8 +192,6 @@ set incsearch set showmatch " tenths of a second before blink matching brackets set mat=5 -" % match if/then/else/... -runtime macros/matchit.vim " search word and list lines to jump with F3 " map [I:let nr = input("Which one: ") execute "normal " . nr ."[\t" " go to declaration with F5 @@ -491,6 +489,9 @@ Plugin 'vim-scripts/Align' " open file at the given line with the file.txt:20 syntax Plugin 'bogado/file-line' +" % match if/then/else/html ... +Plugin 'tmhedberg/matchit' + " Kernel Formatting Plugin 'gregkh/kernel-coding-style.git' call vundle#end()