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 5e4dfcccaa2db400090b66c3

prepend * to every non-blank line

Prepend an asterisk to every non-blank line in the input file.

Start file
This is a
very
short

file
, but it is
still
full

of

surpises
.
End file
*This is a
*very short

*file, but it is
*still
*full

*of

*surpises.

View Diff

1,2c1,2
< This is a
< very short
---
> *This is a
> *very short
4,6c4,6
< file, but it is
< still
< full
---
> *file, but it is
> *still
> *full
8c8
< of
---
> *of
10c10
< surpises.
---
> *surpises.

Solutions by @rjsumner:

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

1543 active golfers, 6325 entries

Solutions by @rjsumner:
10
#104 - John Sumner / @rjsumner

04/26/2020 at 01:08PM

11
#>528 - John Sumner / @rjsumner

04/26/2020 at 01:07PM

12
#>775 - John Sumner / @rjsumner

04/26/2020 at 01:06PM

13
#>823 - John Sumner / @rjsumner

04/26/2020 at 01:04PM

15
#>939 - John Sumner / @rjsumner

04/26/2020 at 01:04PM

16
#>1022 - John Sumner / @rjsumner

04/26/2020 at 01:02PM

19
#>1209 - John Sumner / @rjsumner

04/26/2020 at 12:55PM

20
#>1263 - John Sumner / @rjsumner

04/26/2020 at 12:52PM

21
#>1329 - John Sumner / @rjsumner

04/26/2020 at 12:51PM

24
#>1440 - John Sumner / @rjsumner

04/26/2020 at 12:51PM