Played Challenges
From brakets to parens - 611 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: #38 / 139
- Number of attempts: 5
Create json from a .env file - 1303 entries
A simple everyday task.
- Best score: 39
- Best player score: 43
- Position: #60 / 303
- Number of attempts: 4
Reordering properties - 1042 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: #98 / 240
- Number of attempts: 2
YAML to dotenv - 1226 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 17
- Position: #68 / 262
- Number of attempts: 8
Change class fields from camel case to snake case - 526 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #36 / 120
- Number of attempts: 3
Reorganize Pokémon - 691 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 21
- Position: #115 / 190
- Number of attempts: 2
Replace csv column if it's not empty - 248 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: #55 / 83
- Number of attempts: 1
CaN yOuR ViM dO ThAt? #1 - 236 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: #27 / 91
- Number of attempts: 4
VimGolf