Played Challenges
Simple, Practical, and Common - 33236 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: 27
- Position: #3790 / 7330
- Number of attempts: 2
One number per line - 18559 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1232 / 3830
- Number of attempts: 8
remove lines containing the word "reader" - 3502 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #558 / 1134
- Number of attempts: 6
Com(m)a Trouble - 3552 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 13
- Position: #235 / 798
- Number of attempts: 7
Box it - 7782 entries
Create a box around a line.
- Best score: 21
- Best player score: 21
- Position: #2 / 1853
- Number of attempts: 7
comment and uncomment code inline - 1039 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: #16 / 306
- Number of attempts: 2
Fiddle percentages into real numbers - 832 entries
Get rid of the '%' symbols and shift the decimal place. This is the easier version - all the columns line up.
- Best score: 13
- Best player score: 16
- Position: #185 / 283
- Number of attempts: 4
One to Ten - 2128 entries
Generate the sequence of numbers from 1 to 10, one number per line. Inspired by this Reddit thread: https://redd.it/ak4it2
- Best score: 12
- Best player score: 14
- Position: #419 / 652
- Number of attempts: 1
Increment each number - 970 entries
Increment each number individually by one
- Best score: 15
- Best player score: 20
- Position: #123 / 240
- Number of attempts: 3