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

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

759 active golfers, 2564 entries

Solutions by @dggoldst:
22
#132 - Dan Goldstein / @dggoldst

10/14/2012 at 02:41AM

23
#>207 - Dan Goldstein / @dggoldst

10/14/2012 at 02:35AM

24
#>271 - Dan Goldstein / @dggoldst

10/14/2012 at 02:33AM

25
#>324 - Dan Goldstein / @dggoldst

10/14/2012 at 02:30AM

26
#>420 - Dan Goldstein / @dggoldst

10/14/2012 at 02:26AM

26
#>420 - Dan Goldstein / @dggoldst

10/14/2012 at 02:28AM

27
#>516 - Dan Goldstein / @dggoldst

10/14/2012 at 02:22AM

28
#>566 - Dan Goldstein / @dggoldst

10/14/2012 at 02:06AM

28
#>566 - Dan Goldstein / @dggoldst

10/14/2012 at 02:15AM

29
#>617 - Dan Goldstein / @dggoldst

10/14/2012 at 02:02AM

31
#>673 - Dan Goldstein / @dggoldst

10/14/2012 at 01:58AM