Played Challenges
Simple, Practical, and Common - 33843 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: #60 / 7469
- Number of attempts: 10
V to the i - 4829 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #1066 / 1902
- Number of attempts: 4
Extract argument from function - 2376 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 13
- Position: #134 / 759
- Number of attempts: 4
Search and Replace 0 - 5022 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #415 / 1636
- Number of attempts: 5
That hyphen - 2602 entries
"vim vi improved"
- Best score: 9
- Best player score: 9
- Position: #80 / 704
- Number of attempts: 2
Just the middle - 11534 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1944 / 4227
- Number of attempts: 3
Make HTML List - 1061 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 35
- Position: #42 / 274
- Number of attempts: 7
Basic renumbering - 5699 entries
Renumbering Basic.
- Best score: 11
- Best player score: 14
- Position: #404 / 1273
- Number of attempts: 4
Add to end of each line... kinda - 339 entries
Visual-block mode can be used to add something to the end of each line, even if they are of differing lengths. However, what if it's not quite at the end?
- Best score: 12
- Best player score: 12
- Position: #16 / 176
- Number of attempts: 3
Vice versa - 7974 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Position: #23 / 2146
- Number of attempts: 7
comments galore - 1073 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Position: #41 / 429
- Number of attempts: 3
Angular naming conventions - 326 entries
In angular, a directive name follows the camelCase convention. When the directive is used in an HTML template, the words are instead separated by a dash. Go from to the other the fastest!
- Best score: 18
- Best player score: 22
- Position: #80 / 119
- Number of attempts: 3
Assign numbers to fields - 116 entries
You are given a list of space-separated strings. Add an increasing numeric prefix to each one.
- Best score: 19
- Best player score: 20
- Position: #36 / 62
- Number of attempts: 1
Mirror Symmetry - 822 entries
Add backslashes.
- Best score: 7
- Best player score: 7
- Position: #32 / 269
- Number of attempts: 3
Collect List - 4317 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #68 / 1194
- Number of attempts: 6
camel riding - 793 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 16
- Position: #114 / 281
- Number of attempts: 2
Space out the alphabet - 1659 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 15
- Position: #35 / 446
- Number of attempts: 7
Fix the XML - 1039 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 21
- Position: #91 / 290
- Number of attempts: 2
I forgot quotes - 16089 entries
Oops.
- Best score: 10
- Best player score: 10
- Position: #237 / 4200
- Number of attempts: 6
Where should I put the Newline? - 883 entries
Help me put the newline.
- Best score: 7
- Best player score: 8
- Position: #373 / 438
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10712 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #2048 / 3699
- Number of attempts: 3
attr_aligner - 3525 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 46
- Position: #663 / 706
- Number of attempts: 1
Words in parens - 12991 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2293 / 3976
- Number of attempts: 2
Simple text editing with Vim - 13251 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1472 / 3806
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7369 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 39
- Position: #760 / 1821
- Number of attempts: 4
Contributed Challenges
Vim's not included features - 244 entries
Filter not included (-) features in a hypothetical installation of vim.
VimGolf