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 @191_paul:

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

292 active golfers, 668 entries

Solutions by @191_paul:
5
#126 - Paul McDowell / @191_paul

05/04/2021 at 12:46AM

5
#>128 - Paul McDowell / @191_paul

05/11/2021 at 02:57PM

7
#>267 - Paul McDowell / @191_paul

05/04/2021 at 12:45AM

8
#>276 - Paul McDowell / @191_paul

05/04/2021 at 12:42AM

9
#>277 - Paul McDowell / @191_paul

05/04/2021 at 12:41AM

12
#>280 - Paul McDowell / @191_paul

05/04/2021 at 12:40AM

16
#>288 - Paul McDowell / @191_paul

05/04/2021 at 12:28AM