dotfiles/vim/after/ftplugin/javascript.vim
2021-12-16 20:23:10 +01:00

5 lines
205 B
VimL

iabbrev clog console.log("<c-r>=Eatchar('\s')<cr>
iabbrev cdeb console.debug("<c-r>=Eatchar('\s')<cr>
iabbrev cerr console.error("<c-r>=Eatchar('\s')<cr>
iabbrev cwar console.warn("<c-r>=Eatchar('\s')<cr>