Played Challenges
Change class fields from camel case to snake case - 457 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 22
- Position: #50 / 110
- Number of attempts: 3
Change class fields from snake case to camel case - 246 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #10 / 94
- Number of attempts: 5
Reorganize Pokémon - 625 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 21
- Position: #63 / 170
- Number of attempts: 2
Find fix point of cos - 1432 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 14
- Position: #65 / 424
- Number of attempts: 5
Paste a column after a column - 2610 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 16
- Position: #195 / 566
- Number of attempts: 8