Work on autocommands

master
Jonathan Hodgson 7 years ago
parent f33bf5a23a
commit 0826a5065e
  1. 7
      .vimrc

@ -177,11 +177,10 @@ augroup END
" "
augroup new_html augroup new_html
autocmd! autocmd!
autocmd BufNew *.html execute "read ~/Templates/html" autocmd BufNew *.html read ~/Templates/html
autocmd BufNew *.html execute "normal! ggdd" autocmd BufNew *.html normal! ggdd
autocmd BufNew *.html execute NextMark() "autocmd BufNew *.html call NextMark()
autocmd BufNew *.html setlocal filetype=html autocmd BufNew *.html setlocal filetype=html
augroup END augroup END
" "
augroup file_vim augroup file_vim

Loading…
Cancel
Save