Sfoglia il codice sorgente

Add hotkey for SyntasticCheck

Alois Mahdal 9 anni fa
parent
commit
f2d8d8d0b5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc Vedi 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 "