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 5f0890dbb409320009a38274

Multiline to Single Line

Convert a multiline, indented file to a single line with no whitespace

Start file
api(
    'com.vimgolf.challenge'
)
End file
api('com.vimgolf.challenge')

View Diff

1,3c1
< api(
<     'com.vimgolf.challenge'
< )
---
> api('com.vimgolf.challenge')

Solutions by @IsaacPZZ:

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

292 active golfers, 668 entries

Solutions by @IsaacPZZ:
5
#1 - Isaac Pohl-Zaretsky / @IsaacPZZ

07/10/2020 at 04:10PM

6
#>249 - Isaac Pohl-Zaretsky / @IsaacPZZ

07/10/2020 at 04:07PM

8
#>275 - Isaac Pohl-Zaretsky / @IsaacPZZ

07/10/2020 at 04:05PM

14
#>285 - Isaac Pohl-Zaretsky / @IsaacPZZ

07/10/2020 at 04:03PM

15
#>287 - Isaac Pohl-Zaretsky / @IsaacPZZ

07/10/2020 at 04:02PM