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

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

738 active golfers, 2448 entries

Solutions by @bornintheflames:
21
#58 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:31PM

22
#>160 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:30PM

23
#>233 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:29PM

24
#>291 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:27PM

25
#>367 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:25PM

26
#>472 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:22PM

27
#>538 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:21PM

28
#>586 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:20PM

30
#>652 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:18PM