Played Challenges
From brakets to parens - 802 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: 26
- Position: #49 / 182
- Number of attempts: 5
Create json from a .env file - 1456 entries
A simple everyday task.
- Best score: 39
- Best player score: 43
- Position: #67 / 339
- Number of attempts: 4
Reordering properties - 1110 entries
Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.
- Best score: 24
- Best player score: 67
- Position: #106 / 260
- Number of attempts: 2
YAML to dotenv - 1339 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 17
- Position: #74 / 280
- Number of attempts: 8
Change class fields from camel case to snake case - 547 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #36 / 127
- Number of attempts: 3
Reorganize Pokémon - 734 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 21
- Position: #119 / 203
- Number of attempts: 2
Replace csv column if it's not empty - 255 entries
Replace the credit_score_percentile column with the value 0.0 but leave the empty ones untouched
- Best score: 15
- Best player score: 16
- Position: #56 / 87
- Number of attempts: 1
CaN yOuR ViM dO ThAt? #1 - 253 entries
Tsoding's famous "Can your Vim do that?" https://youtu.be/Bafo3hhheHU?si=DfcT4sUEMTSAevnx&t=1091
- Best score: 41
- Best player score: 42
- Position: #28 / 98
- Number of attempts: 4
VimGolf