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

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

86 active golfers, 301 entries

Solutions by @__Coos:
21
#24 - Janzen / @__Coos

09/30/2022 at 01:40PM

22
#>29 - Janzen / @__Coos

09/30/2022 at 01:32PM

22
#>29 - Janzen / @__Coos

09/30/2022 at 01:37PM

23
#>34 - Janzen / @__Coos

09/30/2022 at 01:31PM

24
#>41 - Janzen / @__Coos

09/30/2022 at 01:22PM

29
#>50 - Janzen / @__Coos

09/30/2022 at 01:17PM

34
#>62 - Janzen / @__Coos

09/30/2022 at 01:09PM