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

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

313 active golfers, 737 entries

Solutions by @scottrick49:
5
#133 - Scott Atkins / @scottrick49

06/01/2021 at 03:39PM

5
#>133 - Scott Atkins / @scottrick49

06/01/2021 at 03:39PM

7
#>285 - Scott Atkins / @scottrick49

06/01/2021 at 03:35PM

8
#>293 - Scott Atkins / @scottrick49

06/01/2021 at 03:33PM

11
#>300 - Scott Atkins / @scottrick49

06/01/2021 at 03:34PM

12
#>300 - Scott Atkins / @scottrick49

06/01/2021 at 03:31PM

12
#>300 - Scott Atkins / @scottrick49

06/01/2021 at 03:32PM

14
#>306 - Scott Atkins / @scottrick49

06/01/2021 at 03:38PM

16
#>308 - Scott Atkins / @scottrick49

06/01/2021 at 03:30PM

16
#>308 - Scott Atkins / @scottrick49

06/01/2021 at 03:31PM

19
#>310 - Scott Atkins / @scottrick49

06/01/2021 at 03:30PM

21
#>311 - Scott Atkins / @scottrick49

06/01/2021 at 03:29PM