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

Enumerate Bullets

We will need to refer to the bullet points in our document explicitly later, so we need to assign them some ID's!

Start file
# This is an enumeration of bullet points!
## Usual placeholders:
- foo
- bar
- baz

- (qux)
- (quux)
## pythonic-placeholders:
- spam
- eggs

## cryptographic placeholders:

- alice
- bob
- eve
- trudy

### Search-related:
- needle
- haystack
End file
# This is an enumeration of bullet points!
## Usual placeholders:
01. foo
02. bar
03. baz

04. (qux)
05. (quux)
## pythonic-placeholders:
06. spam
07. eggs

## cryptographic placeholders:

08. alice
09. bob
10. eve
11. trudy

### Search-related:
12. needle
13. haystack

View Diff

3,5c3,5
< - foo
< - bar
< - baz
---
> 01. foo
> 02. bar
> 03. baz
7,8c7,8
< - (qux)
< - (quux)
---
> 04. (qux)
> 05. (quux)
10,11c10,11
< - spam
< - eggs
---
> 06. spam
> 07. eggs
15,18c15,18
< - alice
< - bob
< - eve
< - trudy
---
> 08. alice
> 09. bob
> 10. eve
> 11. trudy
21,22c21,22
< - needle
< - haystack
---
> 12. needle
> 13. haystack

Solutions by @SusSquirrel:

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

80 active golfers, 292 entries

Solutions by @SusSquirrel:
20
#16 - Arya Kumar / @SusSquirrel

06/06/2021 at 09:34PM

24
#>30 - Arya Kumar / @SusSquirrel

06/06/2021 at 09:33PM

29
#>50 - Arya Kumar / @SusSquirrel

06/06/2021 at 09:32PM

33
#>54 - Arya Kumar / @SusSquirrel

06/06/2021 at 09:32PM

40
#>59 - Arya Kumar / @SusSquirrel

06/06/2021 at 09:29PM

41
#>60 - Arya Kumar / @SusSquirrel

06/06/2021 at 09:28PM

47
#>63 - Arya Kumar / @SusSquirrel

06/06/2021 at 09:26PM

51
#>66 - Arya Kumar / @SusSquirrel

06/06/2021 at 09:24PM

54
#>68 - Arya Kumar / @SusSquirrel

06/06/2021 at 09:20PM

72
#>75 - Arya Kumar / @SusSquirrel

06/06/2021 at 09:16PM