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
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 88 remaining solutions by signing in and submitting your own entry
#89 TomoProg / @TomoProg - Score: 119 - 12/12/24 @ 05:50
jj<C-V>jjld<C-V>jjI01. <Esc>j<C-A>j<C-A><C-A>jj<C-V>jhd<C-V>jI04. <Esc>j<C-A>jjh<C-V>jdi05.<Esc>u<C-V>jI9<BS>06.<Esc>j<C-A>jjjjh<C-V>jjjld<C-V>jjjI06<BS>7<BS>8. <Esc>j<C-A>j<C-A><C-A>j<C-A><C-A><C-A>kkhi0<Esc>j:21<CR><C-V>jd<C-V>jI12.<Esc>j<C-A>ZZ
0 comments