Skip to content

Instantly share code, notes, and snippets.

@jordan-acosta
Forked from nervetattoo/console.log.vim
Created June 25, 2013 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordan-acosta/5862724 to your computer and use it in GitHub Desktop.
Save jordan-acosta/5862724 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