Played Challenges
Simple, Practical, and Common - 32910 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: 28
- Position: #4049 / 7271
- Number of attempts: 2
prepend * to every non-blank line - 5962 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 11
- Position: #624 / 1464
- Number of attempts: 6
Add semicolons - 10541 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #31 / 2989
- Number of attempts: 4
Put the months in order - 915 entries
Our contractor thought that months should be in alphabetical order. Put them in calendar order please.
- Best score: 20
- Best player score: 38
- Position: #73 / 155
- Number of attempts: 5
Swap assigned value - 556 entries
Simple problem but looking for interesting solutions.
- Best score: 10
- Best player score: 11
- Position: #104 / 235
- Number of attempts: 1
Word frequency alignment - 245 entries
You've got to align the second column, but the spacing is inconvenient and there are nasty tabs in the way. If you're a "real Vim ninja," this could be very quick indeed...
- Best score: 5
- Best player score: 6
- Position: #113 / 146
- Number of attempts: 1
fib.c cleanup - 58 entries
cleanup the file
- Best score: 15
- Best player score: 33
- Position: #50 / 50
- Number of attempts: 1
Enumerate words - 232 entries
Enumerate the unique words in order.
- Best score: 23
- Best player score: 25
- Position: #17 / 84
- Number of attempts: 2
Transposition - 73 entries
Transpose the original lines in separate columns, one for each line.
- Best score: 31
- Best player score: 40
- Position: #13 / 28
- Number of attempts: 2
Prefixes and suffixes - 567 entries
Generate all prefixes of "vimchallenge", then all suffixes.
- Best score: 17
- Best player score: 27
- Position: #97 / 185
- Number of attempts: 2
The Quick Brown Fox Jumps Over The Lazy Vim - 388 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: 11
- Position: #109 / 180
- Number of attempts: 3
Let's play some Ivmgolf - 1005 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 12
- Position: #364 / 418
- Number of attempts: 2
Vertical Limit - 2367 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 24
- Position: #256 / 716
- Number of attempts: 2
Remove semicolons after expressions - 541 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 8
- Position: #176 / 235
- Number of attempts: 1
The holy-grail may help - 315 entries
Can you find it in less than 20 strokes, Arthur?
- Best score: 16
- Best player score: 17
- Position: #168 / 194
- Number of attempts: 1
PEP8 Python Wrapping Comments and Code - 162 entries
According to PEP8, long flowy text and code should have different max line lengths. Code: 79 characters max Long flowy text: 72 characters max
- Best score: 23
- Best player score: 27
- Position: #29 / 61
- Number of attempts: 3
Reconstruct the Sentence - 1151 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 20
- Best player score: 21
- Position: #171 / 347
- Number of attempts: 3
Whitespace, empty lines and tabs - 2980 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 22
- Position: #239 / 664
- Number of attempts: 5