Played Challenges
Flip All Bits - 76 entries
Perform a bitwise NOT operation on each bit, meaning that bits that are 0 become 1, and those that are 1 become 0.
- Best score: 26
- Best player score: 29
- Position: #6 / 26
- Number of attempts: 3
Change class fields from camel case to snake case - 608 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #46 / 138
- Number of attempts: 3
Change class fields from snake case to camel case - 305 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #70 / 114
- Number of attempts: 2
Rural Post - 4581 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 10
- Position: #494 / 1118
- Number of attempts: 2
Simple text editing with Vim - 13468 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #769 / 3865
- Number of attempts: 2
VimGolf