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

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

758 active golfers, 2554 entries

Solutions by @petemud:
21
#102 - Petro Mudrievskyj / @petemud

07/01/2024 at 11:30AM

23
#>259 - Petro Mudrievskyj / @petemud

07/01/2024 at 11:25AM

24
#>309 - Petro Mudrievskyj / @petemud

07/01/2024 at 11:21AM