fix mapping for F9 key in latex
This commit is contained in:
@@ -15,6 +15,6 @@ let g:tex_flavor='latex'
|
||||
set iskeyword+=:
|
||||
autocmd BufRead *.tex set tw=100
|
||||
autocmd BufRead *.tex set spell
|
||||
autocmd BufRead,BufEnter *.tex map <F9> :w <CR> :!/usr/bin/waf configure build <CR>
|
||||
autocmd BufRead,BufEnter *.tex nnoremap <F9> :w <CR> :!/usr/bin/waf configure build <CR>
|
||||
autocmd BufRead,BufEnter *.tex let b:AutoPairs = {'(':')', '[':']', '{':'}'}
|
||||
autocmd FileType tex call SetServerName()
|
||||
|
||||
Reference in New Issue
Block a user