Played Challenges
From brakets to parens - 932 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: 37
- Position: #110 / 215
- Number of attempts: 5
Create json from a .env file - 1518 entries
A simple everyday task.
- Best score: 39
- Best player score: 57
- Position: #149 / 353
- Number of attempts: 2
Reordering properties - 1136 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: 48
- Position: #69 / 269
- Number of attempts: 2
Changing date formats - 687 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 80
- Position: #97 / 188
- Number of attempts: 1
YAML to dotenv - 1459 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 18
- Position: #88 / 298
- Number of attempts: 4
Change class fields from camel case to snake case - 572 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 19
- Position: #50 / 133
- Number of attempts: 3
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: #29 / 100
- Number of attempts: 4
VimGolf