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

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

735 active golfers, 2436 entries

Solutions by @GreenPinguin2:
21
#69 - GreenPinguin / @GreenPinguin2

03/20/2018 at 08:52AM

22
#>162 - GreenPinguin / @GreenPinguin2

03/20/2018 at 08:50AM

23
#>232 - GreenPinguin / @GreenPinguin2

03/20/2018 at 08:49AM

24
#>292 - GreenPinguin / @GreenPinguin2

03/17/2018 at 01:52PM

27
#>537 - GreenPinguin / @GreenPinguin2

03/17/2018 at 01:51PM