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 9v0061699fee000000000213

Wikitext headings to markdown

Convert the wikitext headings to markdown.

Start file
= First, a heading =
== Section ==
=== Deeper ===

As you can see, the headings have equals signs like =
in all kinds of funny places.

== Dets ==
Why not = this here.

```
var = 4

def funcy(min=1, max=2):
  return (min + max) / 2
```

=== Also ===
Please note.  Thanks.
End file
# First, a heading
## Section
### Deeper

As you can see, the headings have equals signs like =
in all kinds of funny places.

## Dets
Why not = this here.

```
var = 4

def funcy(min=1, max=2):
  return (min + max) / 2
```

### Also
Please note.  Thanks.

View Diff

1,3c1,3
< = First, a heading =
< == Section ==
< === Deeper ===
---
> # First, a heading
> ## Section
> ### Deeper
8c8
< == Dets ==
---
> ## Dets
18c18
< === Also ===
---
> ### Also

Solutions by @_AlexLewin:

Unlock 19 remaining solutions by signing in and submitting your own entry
Created by: @vimgolfleo1

199 active golfers, 962 entries

Solutions by @_AlexLewin:
20
#28 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:51PM

20
#>28 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:52PM

21
#>60 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:49PM

22
#>88 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:48PM

23
#>93 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:47PM

24
#>99 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:44PM

25
#>106 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:44PM

26
#>110 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:40PM

26
#>110 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:41PM

27
#>117 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:39PM

29
#>125 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:32PM

38
#>149 - Alex Lewin / @_AlexLewin

09/20/2022 at 06:21PM

42
#>154 - Alex Lewin / @_AlexLewin

09/20/2022 at 06:06PM

44
#>156 - Alex Lewin / @_AlexLewin

09/20/2022 at 06:20PM

46
#>158 - Alex Lewin / @_AlexLewin

09/20/2022 at 06:19PM

49
#>162 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:43PM

56
#>172 - Alex Lewin / @_AlexLewin

09/20/2022 at 08:07PM

61
#>176 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:35PM

155
#>197 - Alex Lewin / @_AlexLewin

09/20/2022 at 09:47PM