diff options
-rw-r--r-- | dotvimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -220,6 +220,8 @@ endfun noremap <F4> :call MPB_Flip_Ext()<CR> noremap <Leader>f :call MPB_Flip_Ext()<CR> +noremap <Leader>m :make -j4<CR> + "Show trailing whitespace highlight ExtraWhitespace ctermbg=darkgreen guibg=#344011 autocmd BufEnter * exe ':2match ExtraWhitespace /\s\+$\| \+\ze\t\|\t\+\ze /' |