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 [challenge ID]

Played Challenges

Paste a column after a column - 1074 entries

This task is very common while using multi-cursor. What is the elegant vim way ?

  • Best score: 14
  • Best player score: 14
  • Position: #6 / 227
  • Number of attempts: 2
Reformat symbols in list - 1020 entries

Saw this in some lecture, easy reformatting using multiple cursor in VS Code

  • Best score: 24
  • Best player score: 25
  • Position: #57 / 232
  • Number of attempts: 10
delete swap - 1087 entries

delete all swap

  • Best score: 5
  • Best player score: 5
  • Position: #55 / 354
  • Number of attempts: 2
Put a newline after every 10 lines in vim - 1343 entries

Goal is to put a newline after every 10 lines in vim.

  • Best score: 10
  • Best player score: 11
  • Position: #37 / 457
  • Number of attempts: 3
hello-world-vimgolf - 1978 entries

Simple number generation

  • Best score: 10
  • Best player score: 10
  • Position: #35 / 563
  • Number of attempts: 4
Inverting Lines - 1562 entries

A simple challenge to invert all lines, except the first.

  • Best score: 10
  • Best player score: 10
  • Position: #37 / 423
  • Number of attempts: 5
Modernise code - 1102 entries

Modernise and clean up some C++ code.

  • Best score: 34
  • Best player score: 35
  • Position: #72 / 260
  • Number of attempts: 5
swap number pairs - 1871 entries

Swap the numbers in a bunch of 2-element arrays.

  • Best score: 16
  • Best player score: 34
  • Position: #259 / 346
  • Number of attempts: 4
Python: Def to Lambda - 410 entries

LAMBDA!!!

  • Best score: 19
  • Best player score: 19
  • Position: #32 / 142
  • Number of attempts: 9
Rural Post - 4254 entries

Simple challenge to remove all but the post code on each line

  • Best score: 9
  • Best player score: 9
  • Position: #89 / 1044
  • Number of attempts: 7
Satisfy the go linter - 2076 entries

You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?

  • Best score: 20
  • Best player score: 20
  • Position: #88 / 422
  • Number of attempts: 9
Add quotes to ansible playbook - 845 entries

You created an ansible playbook, but forgot to add quotes. Can you fix it?

  • Best score: 8
  • Best player score: 9
  • Position: #145 / 267
  • Number of attempts: 9
Multiline to Single Line - 585 entries

Convert a multiline, indented file to a single line with no whitespace

  • Best score: 5
  • Best player score: 5
  • Position: #96 / 260
  • Number of attempts: 8
From a Thunderlink to a Markdown link - 720 entries

ThunderLinks are durable hyperlinks to specific email messages generated from Thunderbird in HTML format. Leverage the power of vim to make them suitable for a markdown-formatted file.

  • Best score: 18
  • Best player score: 21
  • Position: #92 / 160
  • Number of attempts: 11
Swap values - 4500 entries

Well, swap the values...

  • Best score: 11
  • Best player score: 11
  • Position: #340 / 1247
  • Number of attempts: 5
prepend * to every non-blank line - 6120 entries

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

  • Best score: 10
  • Best player score: 10
  • Position: #362 / 1493
  • Number of attempts: 5
One number per line - 18497 entries

Just give me the numbers.

  • Best score: 14
  • Best player score: 18
  • Position: #1533 / 3815
  • Number of attempts: 10
Quote modules (ver.2) - 197 entries

Complete golang import statement.

  • Best score: 22
  • Best player score: 33
  • Position: #49 / 53
  • Number of attempts: 2
citizen_hacks_2019_challenge2 - 185 entries

For the Citizen Hacks 2019 Vim competition.

  • Best score: 6
  • Best player score: 6
  • Position: #52 / 95
  • Number of attempts: 3
Add semicolons - 10720 entries

Simply add a semicolon at the end of each line

  • Best score: 10
  • Best player score: 10
  • Position: #682 / 3023
  • Number of attempts: 4
Bad Copy Syntax - 1952 entries

Copy should be from right to left, but sometimes you type it wrong.

  • Best score: 18
  • Best player score: 35
  • Position: #455 / 502
  • Number of attempts: 1
remove lines containing the word "reader" - 3483 entries

easy stuff

  • Best score: 9
  • Best player score: 9
  • Position: #469 / 1128
  • Number of attempts: 7
citizen_hacks_2019_challenge3 - 32 entries

For the Citizen Hacks 2019 Vim competition.

  • Best score: 4
  • Best player score: 4
  • Position: #21 / 29
  • Number of attempts: 1
Box it - 7746 entries

Create a box around a line.

  • Best score: 21
  • Best player score: 21
  • Position: #416 / 1846
  • Number of attempts: 9
Every other line - 2856 entries

AaAaAaA

  • Best score: 12
  • Best player score: 12
  • Position: #76 / 691
  • Number of attempts: 4
Copy three lines - 2824 entries

If the site is up (by some miracle), make the text under every header identical.

  • Best score: 13
  • Best player score: 13
  • Position: #173 / 630
  • Number of attempts: 8
Array propagate - 318 entries

Complete the array with the keys as part of the value

  • Best score: 23
  • Best player score: 42
  • Position: #104 / 114
  • Number of attempts: 1
Preferably without multi-cursor plugin - 527 entries

Originally asked as question on reddit by kpthunder: https://www.reddit.com/r/vim/comments/9fvsro/what_is_the_most_efficient_way_to_go_about/

  • Best score: 30
  • Best player score: 35
  • Position: #63 / 124
  • Number of attempts: 5
Just the middle - 11289 entries

Delete the instructions at the top and bottom.

  • Best score: 7
  • Best player score: 7
  • Position: #1461 / 4144
  • Number of attempts: 5
Make HTML List - 997 entries

Turn the comma separated list into an unordered html list.

  • Best score: 33
  • Best player score: 46
  • Position: #137 / 265
  • Number of attempts: 3
Basic renumbering - 5489 entries

Renumbering Basic.

  • Best score: 11
  • Best player score: 11
  • Position: #252 / 1245
  • Number of attempts: 6
Vice versa - 7643 entries

Little role switching.

  • Best score: 12
  • Best player score: 12
  • Position: #582 / 2072
  • Number of attempts: 14
citizen_hacks_2019_challenge4 - 82 entries

For the Citizen Hacks 2019 Vim competition.

  • Best score: 5
  • Best player score: 5
  • Position: #38 / 56
  • Number of attempts: 2
One to Ten - 2123 entries

Generate the sequence of numbers from 1 to 10, one number per line. Inspired by this Reddit thread: https://redd.it/ak4it2

  • Best score: 12
  • Best player score: 12
  • Position: #328 / 650
  • Number of attempts: 6
citizen_hacks_2019_challenge5 - 129 entries

For the Citizen Hacks 2019 Vim competition.

  • Best score: 6
  • Best player score: 6
  • Position: #37 / 69
  • Number of attempts: 3
Line under headers - 1941 entries

Put a line under each header, and remove the other markdown formatting.

  • Best score: 24
  • Best player score: 36
  • Position: #379 / 479
  • Number of attempts: 1
move titles next to url, in quotes - 497 entries

had trouble with something similar

  • Best score: 19
  • Best player score: 19
  • Position: #10 / 131
  • Number of attempts: 8
Collect List - 4212 entries

Convert to comma separated list.

  • Best score: 12
  • Best player score: 12
  • Position: #509 / 1176
  • Number of attempts: 4
I forgot quotes - 15852 entries

Oops.

  • Best score: 10
  • Best player score: 10
  • Position: #1104 / 4136
  • Number of attempts: 8
-a-b-c- - 3149 entries

Put hyphens everywhere.

  • Best score: 13
  • Best player score: 13
  • Position: #298 / 1121
  • Number of attempts: 6
Do you demand a shrubbery? - 1107 entries

Use :redir and crush the emacsgolfers.

  • Best score: 15
  • Best player score: 42
  • Position: #292 / 292
  • Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10566 entries

A HAPPY NEW YEAR 2014 !

  • Best score: 11
  • Best player score: 11
  • Position: #1569 / 3647
  • Number of attempts: 4
Words in parens - 12790 entries

We should all ace this, right?

  • Best score: 13
  • Best player score: 14
  • Position: #1142 / 3932
  • Number of attempts: 7
citizen_hacks_2019_challenge1 - 45 entries

For the Citizen Hacks 2019 Vim competition

  • Best score: 5
  • Best player score: 5
  • Position: #22 / 39
  • Number of attempts: 1
switch variable - 4997 entries

how fast can you switch two variable ?

  • Best score: 11
  • Best player score: 11
  • Position: #635 / 1724
  • Number of attempts: 6
Shebangs for all - 1823 entries

We've all seen or used a shebang once or twice. Ditch the specific paths and leave just a dynamic Ruby and Python bath behind.

  • Best score: 11
  • Best player score: 11
  • Position: #59 / 482
  • Number of attempts: 12
A Simple One - 973 entries

Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...

  • Best score: 9
  • Best player score: 9
  • Position: #513 / 633
  • Number of attempts: 5
Reverse and count - 432 entries

Someone typed things upside down and now a Vim ninja needs to reverse the lines and count how many there are.

  • Best score: 18
  • Best player score: 18
  • Position: #8 / 168
  • Number of attempts: 2

Contributed Challenges

Python dataclasses - 796 entries

Simple challenge to extract fields from a Python class

Paste a column after a column - 1074 entries

This task is very common while using multi-cursor. What is the elegant vim way ?

Kha Nguyen
Twitter:

Programmer

entered into 48 challenges

contributed 2 challenges