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

Markdown Blog Editing

Convert the given link text in start file to a markdown link list.

Start file
# Introduction
# Normal mode
# Command Line mode
# Visual mode
End file
* [Introduction](#introduction)
* [Normal mode](#normal-mode)
* [Command Line mode](#command-line-mode)
* [Visual mode](#visual-mode)

View Diff

1,4c1,4
< # Introduction
< # Normal mode
< # Command Line mode
< # Visual mode
---
> * [Introduction](#introduction)
> * [Normal mode](#normal-mode)
> * [Command Line mode](#command-line-mode)
> * [Visual mode](#visual-mode)

Solutions by @karl_stump:

Unlock 3 remaining solutions by signing in and submitting your own entry
Created by: @Ajay-056

101 active golfers, 434 entries

Solutions by @karl_stump:
50
#63 - Karl Stump / @karl_stump

05/19/2025 at 03:59AM

68
#>81 - Karl Stump / @karl_stump

05/19/2025 at 03:25AM

74
#>83 - Karl Stump / @karl_stump

05/19/2025 at 02:49AM