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

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

736 active golfers, 2437 entries

Solutions by @anantanni22:
22
#164 - Anant Mishra / @anantanni22

12/01/2018 at 02:49AM

23
#>240 - Anant Mishra / @anantanni22

12/01/2018 at 02:46AM

24
#>295 - Anant Mishra / @anantanni22

12/01/2018 at 02:42AM

25
#>376 - Anant Mishra / @anantanni22

12/01/2018 at 02:38AM

27
#>539 - Anant Mishra / @anantanni22

12/01/2018 at 02:36AM

28
#>586 - Anant Mishra / @anantanni22

12/01/2018 at 02:32AM

31
#>663 - Anant Mishra / @anantanni22

12/01/2018 at 02:26AM

42
#>723 - Anant Mishra / @anantanni22

12/01/2018 at 02:21AM