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

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

88 active golfers, 328 entries

Solutions by @zk_evm:
40
#79 - Olivier Bégassat / @zk_evm

06/14/2023 at 07:03PM

48
#>85 - Olivier Bégassat / @zk_evm

06/14/2023 at 07:01PM