Played Challenges
Simple, Practical, and Common - 33940 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: 26
- Position: #3513 / 7494
- Number of attempts: 1
Swap values - 4679 entries
Well, swap the values...
- Best score: 11
- Best player score: 15
- Position: #855 / 1287
- Number of attempts: 2
One number per line - 18861 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #1650 / 3895
- Number of attempts: 4
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #392 / 1904
- Number of attempts: 2
Split line with dots - 2171 entries
This line is too long, split it.
- Best score: 15
- Best player score: 22
- Position: #451 / 637
- Number of attempts: 1
Copy three lines - 2897 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 21
- Position: #437 / 643
- Number of attempts: 1
That hyphen - 2602 entries
"vim vi improved"
- Best score: 9
- Best player score: 9
- Position: #131 / 704
- Number of attempts: 5
Just the middle - 11562 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2244 / 4235
- Number of attempts: 2
Make HTML List - 1061 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 50
- Position: #210 / 274
- Number of attempts: 1
Basic renumbering - 5707 entries
Renumbering Basic.
- Best score: 11
- Best player score: 17
- Position: #589 / 1274
- Number of attempts: 2
Wrap text in quotes - 374 entries
All the blocks of text should be wrapped in quotation marks.
- Best score: 16
- Best player score: 27
- Position: #115 / 123
- Number of attempts: 3
Vice versa - 7981 entries
Little role switching.
- Best score: 12
- Best player score: 21
- Position: #1913 / 2147
- Number of attempts: 1
Pretty multi-line bash - 240 entries
Bash line continuations are much prettier when they're column aligned.
- Best score: 15
- Best player score: 28
- Position: #58 / 78
- Number of attempts: 3
Paragraph sort - 456 entries
My large herbivorous mammals, Vim commands, and POSIX utilities need to be sorted separately.
- Best score: 14
- Best player score: 23
- Position: #112 / 126
- Number of attempts: 1
Paragraph breaks - 533 entries
Swap the blank lines and the aaa lines.
- Best score: 10
- Best player score: 17
- Position: #160 / 169
- Number of attempts: 2
comments galore - 1079 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Position: #190 / 431
- Number of attempts: 2
Mirrored text - 197 entries
backward and forward, and long enough to be challenging
- Best score: 14
- Best player score: 17
- Position: #60 / 73
- Number of attempts: 1
lipsum lines - 296 entries
Convert a quoted block of text into strings in a list.
- Best score: 28
- Best player score: 32
- Position: #55 / 96
- Number of attempts: 2
Alsa configuration - 525 entries
I'm tweaking my ~/.asoundrc file!
- Best score: 22
- Best player score: 31
- Position: #92 / 129
- Number of attempts: 1
Align commas - 1105 entries
There are 15,000 aligning challenges on vimgolf.com, and they're all exactly the same. I hope this one is a little different.
- Best score: 11
- Best player score: 17
- Position: #171 / 248
- Number of attempts: 2
ascii-art diamond - 55 entries
Simple ascii-art diamond. The grid is 40x40.
- Best score: 39
- Best player score: 66
- Position: #18 / 18
- Number of attempts: 6
A grid of punctuation - 145 entries
Create a checkerboard of = and - in an 80×24 grid!
- Best score: 16
- Best player score: 17
- Position: #38 / 63
- Number of attempts: 2
Generate a list of numbers - 302 entries
Please generate list of numbers from 1 to 20.
- Best score: 14
- Best player score: 14
- Position: #10 / 142
- Number of attempts: 4
Mirror Symmetry - 822 entries
Add backslashes.
- Best score: 7
- Best player score: 12
- Position: #162 / 269
- Number of attempts: 3
Collect List - 4317 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 17
- Position: #944 / 1194
- Number of attempts: 2
swap or reverse - 126 entries
Try to swap or reverse the line as needed.
- Best score: 16
- Best player score: 16
- Position: #41 / 69
- Number of attempts: 1
I forgot quotes - 16155 entries
Oops.
- Best score: 10
- Best player score: 18
- Position: #3204 / 4212
- Number of attempts: 1
Change name of a variable - 180 entries
Replace the name of the $variable with the fastest move possible. The challenge is having a command that allow you to easily change the variable name even if its indented.
- Best score: 9
- Best player score: 9
- Position: #99 / 138
- Number of attempts: 1
Do you demand a shrubbery? - 1164 entries
Use :redir and crush the emacsgolfers.
- Best score: 15
- Best player score: 32
- Position: #277 / 301
- Number of attempts: 1
Where should I put the Newline? - 885 entries
Help me put the newline.
- Best score: 7
- Best player score: 7
- Position: #178 / 439
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10724 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 13
- Position: #2591 / 3705
- Number of attempts: 2
NATO phonetic alphabet - 538 entries
Transform the series of words into a list.
- Best score: 19
- Best player score: 23
- Position: #139 / 197
- Number of attempts: 1
A simple change - 476 entries
Just change the numbers in the most efficient way ...
- Best score: 12
- Best player score: 12
- Position: #32 / 196
- Number of attempts: 4
Saving the hashes(#) - 2067 entries
The following file is copied from vimcasts.org(Its only for learning purpose,hope the site owner doesn't mind it), its probably the easiest of challenges.Our goal is to delete every line which doesn't contain a hash signs. The remaining hash signs with numbers are then sorted to get the final output.
- Best score: 20
- Best player score: 29
- Position: #345 / 480
- Number of attempts: 3
Vertical Limit - 2615 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 28
- Position: #605 / 772
- Number of attempts: 2
Reverse and double space - 500 entries
Reverse the order of the given lines and double space everything
- Best score: 14
- Best player score: 18
- Position: #164 / 199
- Number of attempts: 1
Generate English Alphabets - 510 entries
Start with a, get up to z.
- Best score: 19
- Best player score: 25
- Position: #141 / 213
- Number of attempts: 1
Round Round - 321 entries
Round Round
- Best score: 19
- Best player score: 117
- Position: #73 / 88
- Number of attempts: 1
Reverse Simple Deletion - 862 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #327 / 463
- Number of attempts: 2
Indentation - 552 entries
Indent each line according to the right number of spaces it needs.
- Best score: 20
- Best player score: 29
- Position: #100 / 181
- Number of attempts: 2
Compile C - 445 entries
You might have to get clever to do this one.
- Best score: 19
- Best player score: 26
- Position: #117 / 145
- Number of attempts: 3
Reverse characters in a line - 809 entries
You have everything you need, just not in the right order. Mastermind would give you 26 white pegs.
- Best score: 12
- Best player score: 15
- Position: #149 / 273
- Number of attempts: 2
Reconstruct the Sentence - 1700 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 19
- Best player score: 26
- Position: #384 / 446
- Number of attempts: 1
Contributed Challenges
ascii-art diamond - 55 entries
Simple ascii-art diamond. The grid is 40x40.
VimGolf