Played Challenges
Simple, Practical, and Common - 33713 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
- Position: #925 / 7439
- Number of attempts: 5
One number per line - 18751 entries
Just give me the numbers.
- Best score: 14
- Best player score: 14
- Position: #228 / 3869
- Number of attempts: 8
comment and uncomment code inline - 1124 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: #10 / 323
- Number of attempts: 2
Just the middle - 11477 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2436 / 4206
- Number of attempts: 3
Text to HTML Table - 180 entries
Turn the plain text table to an HTML table.
- Best score: 52
- Best player score: 73
- Position: #49 / 53
- Number of attempts: 2
Adam's challenge - 987 entries
Change both normal to bold and 4 by 2. Adam Wathan challenge this on twitter . He did it in 11 keystrokes on Sublime.
- Best score: 18
- Best player score: 18
- Position: #24 / 271
- Number of attempts: 5
Nesting SASS - 266 entries
Move a block inside another block and indent it
- Best score: 9
- Best player score: 9
- Position: #24 / 96
- Number of attempts: 2
Vice versa - 7937 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Position: #284 / 2136
- Number of attempts: 7
comments galore - 1045 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Position: #227 / 424
- Number of attempts: 4
I forgot quotes - 16014 entries
Oops.
- Best score: 10
- Best player score: 10
- Position: #584 / 4188
- Number of attempts: 4
attr_aligner - 3522 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 19
- Position: #136 / 703
- Number of attempts: 8
Words in parens - 12966 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1592 / 3968
- Number of attempts: 2
remove dupes from array - 1358 entries
given a random string that contains a ruby-esque array, make sure that there are no duplicate elements
- Best score: 17
- Best player score: 20
- Position: #139 / 336
- Number of attempts: 9
Simple text editing with Vim - 12939 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #480 / 3726
- Number of attempts: 3