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 50048db8cdc4060002000004

Vertical Limit

transform a succession of one word lines to a an array of strings

Start file
There
is
no
vertical
limit
for
vim
Ninjas
End file
[ "There", "is", "no", "vertical", "limit", "for", "vim", "Ninjas" ]

View Diff

1,8c1
< There
< is
< no
< vertical
< limit
< for
< vim
< Ninjas
---
> [ "There", "is", "no", "vertical", "limit", "for", "vim", "Ninjas" ]

Solutions by @stevecrozz:

Unlock 6 remaining solutions by signing in and submitting your own entry
Created by: @knarfben

741 active golfers, 2461 entries

Solutions by @stevecrozz:
22
#115 - Stephen Crosby / @stevecrozz

07/19/2012 at 04:31AM

23
#>188 - Stephen Crosby / @stevecrozz

07/19/2012 at 04:27AM

25
#>304 - Stephen Crosby / @stevecrozz

07/19/2012 at 04:24AM

27
#>496 - Stephen Crosby / @stevecrozz

07/19/2012 at 04:23AM

29
#>599 - Stephen Crosby / @stevecrozz

07/19/2012 at 04:20AM

37
#>710 - Stephen Crosby / @stevecrozz

07/19/2012 at 04:18AM