Played Challenges
Simple, Practical, and Common - 33929 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 32
- Position: #5940 / 7489
- Number of attempts: 2
remove lines containing the word "reader" - 3631 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #114 / 1179
- Number of attempts: 5
comment and uncomment code inline - 1151 entries
It's very useful to be able to comment out a block of code in a quick edit. And likewise to uncomment the code. This operation often involves multi-line stanzas and even large blocks. With just line-wise navigation and insert mode this would cost you about 4 keystrokes per line. Master this hole of VimGolf and you'll quickly drop your key count in day to day Vim as well.
- Best score: 9
- Best player score: 9
- Position: #111 / 328
- Number of attempts: 9
Change part of a function name in multiple occurrences - 679 entries
Change the middle part of the function name in multiple places, preferably using the next and dot commands.
- Best score: 14
- Best player score: 26
- Position: #209 / 211
- Number of attempts: 1
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 17
- Position: #3032 / 4208
- Number of attempts: 9
VimGolf