Skip to content

Instantly share code, notes, and snippets.

@judsonmitchell
Forked from nervetattoo/console.log.vim
Created December 11, 2013 20:09
Show Gist options
  • Save judsonmitchell/7917525 to your computer and use it in GitHub Desktop.
Save judsonmitchell/7917525 to your computer and use it in GitHub Desktop.
" Console log from insert mode; Puts focus inside parentheses
imap cll console.log();<Esc>==f(a
" Console log from visual mode on next line, puts visual selection inside parentheses
vmap cll yocll<Esc>p
" Console log from normal mode, inserted on next line with word your on inside parentheses
nmap cll yiwocll<Esc>p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment