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

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

268 active golfers, 596 entries

Solutions by @Mo__Saleh_:
7
#251 - محمد محمود / @Mo__Saleh_

04/27/2022 at 12:03AM

8
#>255 - محمد محمود / @Mo__Saleh_

04/26/2022 at 11:56PM

9
#>256 - محمد محمود / @Mo__Saleh_

04/26/2022 at 11:53PM

12
#>258 - محمد محمود / @Mo__Saleh_

04/25/2022 at 08:30PM

14
#>264 - محمد محمود / @Mo__Saleh_

04/25/2022 at 08:26PM