Played Challenges
Rural Post - 3484 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Number of attempts: 4
xrandr outputs and dashes - 437 entries
uh oh, different video drivers identify display outputs with more dashes. Quick, need to change this xrandr script!
- Best score: 12
- Best player score: 12
- Number of attempts: 1
Yo To Hello - 829 entries
Simply Turn Yo To Hello
- Best score: 10
- Best player score: 10
- Number of attempts: 1
prepend * to every non-blank line - 5651 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Number of attempts: 11
Add semicolons - 10177 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Number of attempts: 3
Box it - 7567 entries
Create a box around a line.
- Best score: 21
- Best player score: 23
- Number of attempts: 2
Delete to the end of the current line - 699 entries
Delete to the end of the current line, but keep the character under the cursor.
- Best score: 5
- Best player score: 5
- Number of attempts: 2
comment and uncomment code inline - 971 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
- Number of attempts: 4
Simple, Practical, and Common - 32586 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: 22
- Number of attempts: 7
I forgot quotes - 15601 entries
Oops.
- Best score: 10
- Best player score: 10
- Number of attempts: 6
V to the i - 4582 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 9
- Number of attempts: 1