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 9v006a90ad4d00000000084c

Filling braces

Inspired by a question on CoDidact (https://software.codidact.com/posts/296501), I wondered if Vim could offer a satisfactory ‘solution’ to this problem.

Start file
.ocean {}
.land {}
.sky {}
End file
.ocean {blue}
.land {green}
.sky {lightblue}

View Diff

1,3c1,3
< .ocean {}
< .land {}
< .sky {}
---
> .ocean {blue}
> .land {green}
> .sky {lightblue}

Solutions by @keikari:

Unlock 4 remaining solutions by signing in and submitting your own entry
Created by: @bemmesr

44 active golfers, 124 entries

Solutions by @keikari:
27
#15 - miko / @keikari

08/29/2026 at 02:33PM

30
#>24 - miko / @keikari

08/29/2026 at 02:24PM

32
#>28 - miko / @keikari

08/29/2026 at 02:23PM

33
#>33 - miko / @keikari

08/29/2026 at 02:22PM