autocmd FileType go \ :iabbrev err@ if err != nil {} autocmd FileType go \ :iabbrev fat@ log.Fatal(" %v", err)F%i