|
|
@ -99,6 +99,9 @@ autocmd FileType html inoremap ü ü |
|
|
" Compiler for languages |
|
|
" Compiler for languages |
|
|
map <leader>c :w! \| !compiler <c-r>%<CR> |
|
|
map <leader>c :w! \| !compiler <c-r>%<CR> |
|
|
|
|
|
|
|
|
|
|
|
" Open corresponding file (pdf/html/...) |
|
|
|
|
|
map <leader>p :!opout <c-r>%<CR><CR> |
|
|
|
|
|
|
|
|
" Delete trailing whitespaces on save |
|
|
" Delete trailing whitespaces on save |
|
|
autocmd BufWritePre * %s/\s\+$//e |
|
|
autocmd BufWritePre * %s/\s\+$//e |
|
|
|
|
|
|
|
|
|