Played Challenges
From brakets to parens - 933 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: #54 / 216
- Number of attempts: 5
Create json from a .env file - 1523 entries
A simple everyday task.
- Best score: 39
- Best player score: 43
- Position: #70 / 356
- Number of attempts: 4
Reordering properties - 1159 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: #112 / 271
- Number of attempts: 2
YAML to dotenv - 1475 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 17
- Position: #77 / 301
- Number of attempts: 8
Change class fields from camel case to snake case - 586 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #36 / 134
- Number of attempts: 3
Reorganize Pokémon - 772 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 21
- Position: #121 / 214
- 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 - 256 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 / 100
- Number of attempts: 4
VimGolf