Browse Source

Add hotkey for SyntasticCheck

Alois Mahdal 9 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
 let g:vim_markdown_folding_disabled=1
10
 let g:vim_markdown_folding_disabled=1
11
 let g:swap_custom_ops = ['and', 'or']
11
 let g:swap_custom_ops = ['and', 'or']
12
 
12
 
13
+nmap <F6> :SyntasticCheck<CR>
13
 
14
 
14
 " ..................... "
15
 " ..................... "
15
 " PROGRAM / ENVIRONMENT "
16
 " PROGRAM / ENVIRONMENT "