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 @ipson_nek:

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

86 active golfers, 301 entries

Solutions by @ipson_nek:
33
#59 - ipson_nek / @ipson_nek

03/26/2015 at 02:57PM

140
#>86 - ipson_nek / @ipson_nek

03/26/2015 at 02:54PM