Played Challenges
Simple, Practical, and Common - 33742 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: #1197 / 7447
- Number of attempts: 6
Swap values - 4643 entries
Well, swap the values...
- Best score: 11
- Best player score: 11
- Position: #201 / 1274
- Number of attempts: 3
One number per line - 18776 entries
Just give me the numbers.
- Best score: 14
- Best player score: 20
- Position: #2149 / 3875
- Number of attempts: 6
V to the i - 4818 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 9
- Position: #1704 / 1898
- Number of attempts: 2
remove lines containing the word "reader" - 3604 entries
easy stuff
- Best score: 9
- Best player score: 12
- Position: #942 / 1169
- Number of attempts: 1
From argument to object - 1513 entries
This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?
- Best score: 17
- Best player score: 17
- Position: #72 / 460
- Number of attempts: 5
Every other line - 2916 entries
AaAaAaA
- Best score: 12
- Best player score: 21
- Position: #632 / 705
- Number of attempts: 3
Search and Replace 0 - 5007 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 13
- Position: #871 / 1631
- Number of attempts: 6
comment and uncomment code inline - 1130 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: #81 / 324
- Number of attempts: 4
Just the middle - 11495 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1035 / 4213
- Number of attempts: 3
Team names - 1841 entries
The team names are misspelled.
- Best score: 16
- Best player score: 16
- Position: #69 / 589
- Number of attempts: 7
Remember VimGolf Rules ! - 264 entries
Rules, ... and don't forget !
- Best score: 7
- Best player score: 8
- Position: #63 / 142
- Number of attempts: 2
Basic renumbering - 5683 entries
Renumbering Basic.
- Best score: 11
- Best player score: 19
- Position: #765 / 1269
- Number of attempts: 1
Fiddle percentages into real numbers - 869 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: 13
- Position: #101 / 293
- Number of attempts: 3
Vice versa - 7953 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Position: #334 / 2140
- Number of attempts: 5
Order and join - 985 entries
There's something special about the input order.
- Best score: 10
- Best player score: 13
- Position: #187 / 260
- Number of attempts: 2
Collect List - 4308 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 15
- Position: #728 / 1192
- Number of attempts: 3
Space out the alphabet - 1659 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 23
- Position: #364 / 446
- Number of attempts: 1
I forgot quotes - 16038 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2606 / 4192
- Number of attempts: 4
-a-b-c- - 3216 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 14
- Position: #364 / 1138
- Number of attempts: 4
Gray area - 747 entries
It's a golf metaphor or something.
- Best score: 11
- Best player score: 15
- Position: #249 / 271
- Number of attempts: 2
Words in parens - 12967 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2417 / 3969
- Number of attempts: 6
The Quick Brown Fox Jumps Over The Lazy Vim - 425 entries
Someone has vandalized this text file and replaced the beginning character of one word in each line with a Big "X." Please remove the big X's, and fix each line to read "The Quick Brown Fox Jumps Over The Lazy Dog."
- Best score: 8
- Best player score: 10
- Position: #86 / 193
- Number of attempts: 3
Make it more readable - 2009 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 24
- Position: #625 / 652
- Number of attempts: 1
Simple text editing with Vim - 13017 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1645 / 3745
- Number of attempts: 3