Skip to content

Instantly share code, notes, and snippets.

@cowlicks
Last active August 28, 2017 18:09
Show Gist options
  • Save cowlicks/f2cf18260ba75bcd452dc8d1daba7639 to your computer and use it in GitHub Desktop.
Save cowlicks/f2cf18260ba75bcd452dc8d1daba7639 to your computer and use it in GitHub Desktop.
Vim map to write `console.log();` and drop you in insert mode in the parentheses
:map ,cll iconsole.log();<Esc>==f(a
:imap ,cll console.log();<Esc>==f(a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment