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

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

268 active golfers, 596 entries

Solutions by @F4k3K0n70:
5
#106 - Fake Konto / @F4k3K0n70

02/13/2021 at 03:26PM

6
#>231 - Fake Konto / @F4k3K0n70

02/13/2021 at 03:25PM

7
#>245 - Fake Konto / @F4k3K0n70

02/13/2021 at 03:23PM