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

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

737 active golfers, 2440 entries

Solutions by @scottrick49:
24
#298 - Scott Atkins / @scottrick49

07/19/2021 at 02:18PM

25
#>380 - Scott Atkins / @scottrick49

07/19/2021 at 02:16PM

26
#>489 - Scott Atkins / @scottrick49

07/19/2021 at 02:14PM

34
#>693 - Scott Atkins / @scottrick49

07/19/2021 at 02:12PM

38
#>714 - Scott Atkins / @scottrick49

07/19/2021 at 02:12PM

67
#>733 - Scott Atkins / @scottrick49

07/19/2021 at 02:15PM

70
#>733 - Scott Atkins / @scottrick49

07/19/2021 at 02:18PM

74
#>733 - Scott Atkins / @scottrick49

07/19/2021 at 01:59PM

156
#>736 - Scott Atkins / @scottrick49

07/19/2021 at 01:57PM

160
#>736 - Scott Atkins / @scottrick49

07/19/2021 at 02:11PM