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

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

300 active golfers, 695 entries

Solutions by @eleloi:
5
#216 - e_e / @eleloi

02/13/2023 at 10:22PM

5
#>216 - e_e / @eleloi

02/13/2023 at 10:22PM

6
#>265 - e_e / @eleloi

02/13/2023 at 10:22PM

7
#>280 - e_e / @eleloi

02/13/2023 at 10:22PM

8
#>284 - e_e / @eleloi

02/13/2023 at 10:21PM

10
#>286 - e_e / @eleloi

02/13/2023 at 10:19PM

11
#>287 - e_e / @eleloi

02/13/2023 at 10:21PM