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

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

735 active golfers, 2436 entries

Solutions by @xieyh11:
22
#148 - xieyh11 / @xieyh11

02/27/2015 at 08:53AM

23
#>224 - xieyh11 / @xieyh11

02/27/2015 at 08:52AM

24
#>281 - xieyh11 / @xieyh11

02/27/2015 at 08:51AM

25
#>346 - xieyh11 / @xieyh11

02/27/2015 at 08:50AM

26
#>457 - xieyh11 / @xieyh11

02/27/2015 at 08:29AM

27
#>527 - xieyh11 / @xieyh11

02/27/2015 at 08:27AM

28
#>573 - xieyh11 / @xieyh11

02/27/2015 at 08:26AM

30
#>646 - xieyh11 / @xieyh11

02/27/2015 at 08:24AM

33
#>677 - xieyh11 / @xieyh11

02/27/2015 at 08:18AM

34
#>689 - xieyh11 / @xieyh11

02/27/2015 at 08:17AM