浏览代码

vimrc: add F12 :SyntasticReset

raylu 8 年之前
父节点
当前提交
9979eb3ca4
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'}