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

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

295 active golfers, 673 entries

Solutions by @asm6788_kor:
5
#184 - 그안합 / @asm6788_kor

04/01/2022 at 11:06AM

15
#>290 - 그안합 / @asm6788_kor

04/01/2022 at 10:59AM

16
#>292 - 그안합 / @asm6788_kor

04/01/2022 at 10:45AM

23
#>293 - 그안합 / @asm6788_kor

04/01/2022 at 10:39AM

27
#>293 - 그안합 / @asm6788_kor

04/01/2022 at 10:44AM