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

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

292 active golfers, 668 entries

Solutions by @__ngtrongkha:
5
#96 - Kha Nguyen / @__ngtrongkha

11/25/2020 at 08:03AM

5
#>96 - Kha Nguyen / @__ngtrongkha

11/25/2020 at 08:05AM

5
#>115 - Kha Nguyen / @__ngtrongkha

03/14/2021 at 07:23AM

5
#>132 - Kha Nguyen / @__ngtrongkha

06/01/2021 at 02:38AM

5
#>132 - Kha Nguyen / @__ngtrongkha

06/01/2021 at 02:39AM

5
#>172 - Kha Nguyen / @__ngtrongkha

01/17/2022 at 03:11AM

8
#>276 - Kha Nguyen / @__ngtrongkha

11/25/2020 at 08:03AM

9
#>277 - Kha Nguyen / @__ngtrongkha

03/14/2021 at 07:23AM