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

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

302 active golfers, 703 entries

Solutions by @Kanmuruuruu:
5
#248 - Kanmuruuruu / @Kanmuruuruu

04/15/2024 at 06:23AM

6
#>270 - Kanmuruuruu / @Kanmuruuruu

04/15/2024 at 06:23AM

7
#>284 - Kanmuruuruu / @Kanmuruuruu

04/15/2024 at 06:23AM

8
#>286 - Kanmuruuruu / @Kanmuruuruu

04/15/2024 at 06:22AM

9
#>288 - Kanmuruuruu / @Kanmuruuruu

04/15/2024 at 06:22AM

11
#>289 - Kanmuruuruu / @Kanmuruuruu

04/15/2024 at 06:22AM

15
#>296 - Kanmuruuruu / @Kanmuruuruu

04/15/2024 at 06:22AM