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

Reformat symbols in list - 1649 entries

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

  • Best score: 24
  • Best player score: 34
  • Position: #220 / 355
  • Number of attempts: 1
Many duplicates - 1472 entries

Quick and easy

  • Best score: 7
  • Best player score: 8
  • Position: #147 / 480
  • Number of attempts: 6
delete swap - 1834 entries

delete all swap

  • Best score: 5
  • Best player score: 5
  • Position: #108 / 570
  • Number of attempts: 1
Python dataclasses - 1248 entries

Simple challenge to extract fields from a Python class

  • Best score: 19
  • Best player score: 33
  • Position: #255 / 311
  • Number of attempts: 2
citizen_hacks_2019_challenge2 - 204 entries

For the Citizen Hacks 2019 Vim competition.

  • Best score: 6
  • Best player score: 7
  • Position: #77 / 105
  • Number of attempts: 2
Swap values inside brackets - 2539 entries

Easy challenge.

  • Best score: 13
  • Best player score: 15
  • Position: #193 / 590
  • Number of attempts: 9
Unsemantic linewrapping - 943 entries

[Inspired by a blog post I read: https://scott.mn/2014/02/21/semantic_linewrapping/. Text adapted.] Sometimes when editing a Markdown file, I wrap the lines semantically. Instead of inserting a newline at 70 columns (or whatever), or making paragraphs one long line, I put in newlines at a point that seems logical to me. This may seem silly, but it produces better diffs. Semantic linewrapping also makes editing snappier. I can delete, edit or insert sentences easily using linewise operations. Code-oriented text editors like Vim and [REDACTED] are really good at this kind of manipulation. Editing text that hasn't been wrapped semantically is a pain, though:

  • Best score: 9
  • Best player score: 10
  • Position: #122 / 235
  • Number of attempts: 3
Applying same text modification in several lines - 2920 entries

Remove identical text at the beginning of several lines and the closing parenthesis.

  • Best score: 12
  • Best player score: 13
  • Position: #189 / 864
  • Number of attempts: 5
Add string initializers to an enum - 899 entries

Change Typescript enum so that it has string initializers.

  • Best score: 21
  • Best player score: 29
  • Position: #228 / 264
  • Number of attempts: 1
SCREAMING_SNAKE_CASE to Title Case - 1269 entries

Convert strings in SCREAMING_SNAKE_CASE to Title Case. Examples: EMPLOYEE_NAME -> Employee Name REVENUE_YEAR_TO_DATE -> Revenue Year To Date SALARY -> Salary

  • Best score: 19
  • Best player score: 20
  • Position: #72 / 264
  • Number of attempts: 2
remove lines containing the word "reader" - 3631 entries

easy stuff

  • Best score: 9
  • Best player score: 11
  • Position: #917 / 1179
  • Number of attempts: 2
Com(m)a Trouble - 3968 entries

Someone was real stupid when placing his commas. Can you fix it?

  • Best score: 12
  • Best player score: 13
  • Position: #278 / 901
  • Number of attempts: 9
Two pairs of cluster of letters creates word - 767 entries

Clean and group.

  • Best score: 17
  • Best player score: 18
  • Position: #82 / 180
  • Number of attempts: 11
Every other line - 2925 entries

AaAaAaA

  • Best score: 12
  • Best player score: 13
  • Position: #248 / 707
  • Number of attempts: 5
Copy three lines - 2882 entries

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

  • Best score: 13
  • Best player score: 15
  • Position: #242 / 642
  • Number of attempts: 5
comment and uncomment code inline - 1151 entries

It's very useful to be able to comment out a block of code in a quick edit. And likewise to uncomment the code. This operation often involves multi-line stanzas and even large blocks. With just line-wise navigation and insert mode this would cost you about 4 keystrokes per line. Master this hole of VimGolf and you'll quickly drop your key count in day to day Vim as well.

  • Best score: 9
  • Best player score: 10
  • Position: #212 / 328
  • Number of attempts: 3
Just the middle - 11555 entries

Delete the instructions at the top and bottom.

  • Best score: 7
  • Best player score: 8
  • Position: #2924 / 4234
  • Number of attempts: 4
Team names - 1848 entries

The team names are misspelled.

  • Best score: 16
  • Best player score: 17
  • Position: #311 / 592
  • Number of attempts: 3
Basic renumbering - 5707 entries

Renumbering Basic.

  • Best score: 11
  • Best player score: 11
  • Position: #188 / 1274
  • Number of attempts: 1
ninja substitution - 1436 entries

How can you reuse a previous substitution ?

  • Best score: 14
  • Best player score: 14
  • Position: #47 / 270
  • Number of attempts: 7
Vice versa - 7981 entries

Little role switching.

  • Best score: 12
  • Best player score: 13
  • Position: #818 / 2147
  • Number of attempts: 4
citizen_hacks_2019_challenge4 - 102 entries

For the Citizen Hacks 2019 Vim competition.

  • Best score: 5
  • Best player score: 5
  • Position: #6 / 68
  • Number of attempts: 1
One to Ten - 2243 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: 13
  • Position: #388 / 683
  • Number of attempts: 3
Change part of a function name in multiple occurrences - 679 entries

Change the middle part of the function name in multiple places, preferably using the next and dot commands.

  • Best score: 14
  • Best player score: 15
  • Position: #115 / 211
  • Number of attempts: 6
citizen_hacks_2019_challenge5 - 152 entries

For the Citizen Hacks 2019 Vim competition.

  • Best score: 6
  • Best player score: 6
  • Position: #4 / 79
  • Number of attempts: 2
Line under headers - 2087 entries

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

  • Best score: 24
  • Best player score: 36
  • Position: #388 / 513
  • Number of attempts: 1
citizen_hacks_2019_challenge6 - 67 entries

For the Citizen Hacks 2019 Vim competition.

  • Best score: 3
  • Best player score: 3
  • Position: #10 / 53
  • Number of attempts: 1
Delete to the end of the current line - 865 entries

Delete to the end of the current line, but keep the character under the cursor.

  • Best score: 5
  • Best player score: 5
  • Position: #174 / 415
  • Number of attempts: 1
change parenthesis - 301 entries

change the pair of braces into a pair of parentheses

  • Best score: 9
  • Best player score: 9
  • Position: #50 / 163
  • Number of attempts: 2
Put the months in order - 998 entries

Our contractor thought that months should be in alphabetical order. Put them in calendar order please.

  • Best score: 20
  • Best player score: 23
  • Position: #34 / 166
  • Number of attempts: 20
Reorder the groups - 1195 entries

Change the order so that the groups of fruit come before the vegetables.

  • Best score: 14
  • Best player score: 15
  • Position: #108 / 267
  • Number of attempts: 4
Mirror Symmetry - 822 entries

Add backslashes.

  • Best score: 7
  • Best player score: 10
  • Position: #120 / 269
  • Number of attempts: 6
Collect List - 4317 entries

Convert to comma separated list.

  • Best score: 12
  • Best player score: 16
  • Position: #870 / 1194
  • Number of attempts: 3
-a-b-c- - 3225 entries

Put hyphens everywhere.

  • Best score: 13
  • Best player score: 17
  • Position: #1028 / 1140
  • Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10720 entries

A HAPPY NEW YEAR 2014 !

  • Best score: 11
  • Best player score: 11
  • Position: #1428 / 3703
  • Number of attempts: 3
Words in parens - 13005 entries

We should all ace this, right?

  • Best score: 13
  • Best player score: 14
  • Position: #1029 / 3979
  • Number of attempts: 5
citizen_hacks_2019_challenge1 - 55 entries

For the Citizen Hacks 2019 Vim competition

  • Best score: 5
  • Best player score: 6
  • Position: #43 / 47
  • Number of attempts: 1
calculations - 321 entries

Complete these (weird) calculations.

  • Best score: 38
  • Best player score: 48
  • Position: #47 / 70
  • Number of attempts: 2
switch variable - 5101 entries

how fast can you switch two variable ?

  • Best score: 11
  • Best player score: 11
  • Position: #565 / 1756
  • Number of attempts: 3
Complete the hex array data (Part II) - 166 entries

Do not use external tools(e.g. tac, seq) [My interpretation of Rule #7]

  • Best score: 20
  • Best player score: 21
  • Position: #6 / 69
  • Number of attempts: 3
Abnermtj
Twitter:

Drawing account, watch me struggle. Also, click the website below for commissions

entered into 40 challenges

contributed 0 challenges