Played Challenges
From brakets to parens - 885 entries
This is one of the most common problem when you wrap an array for error handling. Vim is useful when you convert foo[i][j][k] into foo(i, j, k) for many times.
- Best score: 24
- Best player score: 42
- Position: #149 / 207
- Number of attempts: 4
Create json from a .env file - 1490 entries
A simple everyday task.
- Best score: 39
- Best player score: 53
- Position: #126 / 348
- Number of attempts: 12
Simple, Practical, and Common - 33927 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 22
- Position: #2424 / 7488
- Number of attempts: 11
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1518 / 4234
- Number of attempts: 5
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 21
- Position: #3805 / 4208
- Number of attempts: 3
Change the content of a string - 1736 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 23
- Position: #355 / 635
- Number of attempts: 5
Whitespace, empty lines and tabs - 3927 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 26
- Position: #463 / 838
- Number of attempts: 4
Simple text editing with Vim - 13371 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 17
- Position: #2635 / 3835
- Number of attempts: 8
VimGolf