1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

opening html/pdf files from corresponding vim by lukesmith added

This commit is contained in:
TiynGER
2020-03-25 18:10:49 +01:00
parent 60c5410d0f
commit ff49aa15a2
2 changed files with 16 additions and 0 deletions

View File

@@ -99,6 +99,9 @@ autocmd FileType html inoremap ü ü
" Compiler for languages
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
autocmd BufWritePre * %s/\s\+$//e