Browse Source

vimrc: add F12 :SyntasticReset

raylu 8 years ago
parent
commit
9979eb3ca4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vimrc

+ 1 - 0
vimrc

@@ -63,6 +63,7 @@ let g:syntastic_check_on_wq = 0
 let g:syntastic_mode_map = {'mode': 'passive', 'active_filetypes': [], 'passive_filetypes': []}
 let g:syntastic_enable_signs = 0
 nmap <F11> :SyntasticCheck<cr>
+nmap <F12> :SyntasticReset<cr>
 
 let g:ctrlp_match_func = {'match': 'pymatcher#PyMatch'}