Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 54f6e85d8dca0315e1010de1

Logging with key

Sometimes it is better to log with meaningful key

Start file
window.nestedFormEvents.insertFields = (content, assoc, link) ->
  console.log content, assoc, link
End file
window.nestedFormEvents.insertFields = (content, assoc, link) ->
  console.log
    content: content
    assoc: assoc
    link: link

View Diff

2c2,5
<   console.log content, assoc, link
---
>   console.log
>     content: content
>     assoc: assoc
>     link: link

Solutions by @pftb12345:

Unlock 5 remaining solutions by signing in and submitting your own entry
Created by: @yaachi

88 active golfers, 328 entries

Solutions by @pftb12345:
23
#34 - pftb12345 / @pftb12345

03/29/2015 at 12:47PM

30
#>53 - pftb12345 / @pftb12345

03/29/2015 at 12:15PM

33
#>61 - pftb12345 / @pftb12345

03/29/2015 at 11:45AM

37
#>72 - pftb12345 / @pftb12345

03/29/2015 at 11:41AM

39
#>76 - pftb12345 / @pftb12345

03/29/2015 at 11:37AM