Browse Source

Add hotkey for SyntasticCheck

Alois Mahdal 8 years ago
parent
commit
f2d8d8d0b5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc View File

@@ -10,6 +10,7 @@ let python_highlight_all = 1
10 10
 let g:vim_markdown_folding_disabled=1
11 11
 let g:swap_custom_ops = ['and', 'or']
12 12
 
13
+nmap <F6> :SyntasticCheck<CR>
13 14
 
14 15
 " ..................... "
15 16
 " PROGRAM / ENVIRONMENT "