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

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

312 active golfers, 736 entries

Solutions by @etothepi16:
5
#253 - Paul McDowell / @etothepi16

05/22/2024 at 08:03PM

6
#>274 - Paul McDowell / @etothepi16

05/22/2024 at 08:02PM

7
#>291 - Paul McDowell / @etothepi16

05/22/2024 at 08:02PM

8
#>293 - Paul McDowell / @etothepi16

05/22/2024 at 08:02PM