Played Challenges
Generate a very basic Python constructor - 316 entries
I actually needed to do this myself, so I look forward to learning how.
- Best score: 38
- Best player score: 48
- Position: #43 / 98
- Number of attempts: 1
Modernise code - 1386 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 52
- Position: #233 / 318
- Number of attempts: 1
Rural Post - 4450 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 13
- Position: #586 / 1089
- Number of attempts: 1
Satisfy the go linter - 2366 entries
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
- Best score: 20
- Best player score: 25
- Position: #270 / 467
- Number of attempts: 2
Simple, Practical, and Common - 33535 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: #3640 / 7397
- Number of attempts: 5
Swap values - 4600 entries
Well, swap the values...
- Best score: 11
- Best player score: 17
- Position: #1107 / 1264
- Number of attempts: 1
prepend * to every non-blank line - 6288 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 11
- Position: #488 / 1532
- Number of attempts: 3
One number per line - 18705 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #1903 / 3855
- Number of attempts: 9
TAR archive pretty print - 31 entries
Will you use isk ?
- Best score: 24
- Best player score: 28
- Position: #10 / 13
- Number of attempts: 2
Unsemantic linewrapping - 918 entries
[Inspired by a blog post I read: https://scott.mn/2014/02/21/semantic_linewrapping/. Text adapted.] Sometimes when editing a Markdown file, I wrap the lines semantically. Instead of inserting a newline at 70 columns (or whatever), or making paragraphs one long line, I put in newlines at a point that seems logical to me. This may seem silly, but it produces better diffs. Semantic linewrapping also makes editing snappier. I can delete, edit or insert sentences easily using linewise operations. Code-oriented text editors like Vim and [REDACTED] are really good at this kind of manipulation. Editing text that hasn't been wrapped semantically is a pain, though:
- Best score: 9
- Best player score: 19
- Position: #220 / 228
- Number of attempts: 2
V to the i - 4796 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 10
- Position: #1764 / 1891
- Number of attempts: 1
Applying same text modification in several lines - 2859 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 16
- Position: #543 / 845
- Number of attempts: 2
SCREAMING_SNAKE_CASE to Title Case - 1213 entries
Convert strings in SCREAMING_SNAKE_CASE to Title Case. Examples: EMPLOYEE_NAME -> Employee Name REVENUE_YEAR_TO_DATE -> Revenue Year To Date SALARY -> Salary
- Best score: 19
- Best player score: 33
- Position: #206 / 248
- Number of attempts: 1
Add semicolons - 10841 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #53 / 3058
- Number of attempts: 5
Bad Copy Syntax - 2025 entries
Copy should be from right to left, but sometimes you type it wrong.
- Best score: 18
- Best player score: 23
- Position: #337 / 521
- Number of attempts: 9
Split line with dots - 2144 entries
This line is too long, split it.
- Best score: 15
- Best player score: 25
- Position: #517 / 634
- Number of attempts: 1
remove lines containing the word "reader" - 3573 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #568 / 1157
- Number of attempts: 1
Com(m)a Trouble - 3780 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 16
- Position: #480 / 855
- Number of attempts: 5
Box it - 7897 entries
Create a box around a line.
- Best score: 21
- Best player score: 27
- Position: #1146 / 1872
- Number of attempts: 6
Tables, Functions, Sprocs - 135 entries
In order to load some scripts into my database in the correct order I need to load tables first (t_), then functions (fn_), then stored procedures (sp_). The order of the t_ lines and the order of the sp_ lines should also match. Reorder the lines so they will load correctly.
- Best score: 10
- Best player score: 17
- Position: #46 / 47
- Number of attempts: 1
Two pairs of cluster of letters creates word - 749 entries
Clean and group.
- Best score: 17
- Best player score: 25
- Position: #143 / 178
- Number of attempts: 2
Every other line - 2910 entries
AaAaAaA
- Best score: 12
- Best player score: 19
- Position: #593 / 703
- Number of attempts: 1
Copy three lines - 2872 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 20
- Position: #411 / 640
- Number of attempts: 2
Convert Application Output to CSV - 203 entries
Change the application output to comma-separated values
- Best score: 17
- Best player score: 31
- Position: #53 / 56
- Number of attempts: 1
Search and Replace 0 - 4952 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #537 / 1615
- Number of attempts: 2
Preferably without multi-cursor plugin - 540 entries
Originally asked as question on reddit by kpthunder: https://www.reddit.com/r/vim/comments/9fvsro/what_is_the_most_efficient_way_to_go_about/
- Best score: 30
- Best player score: 46
- Position: #122 / 129
- Number of attempts: 1
comment and uncomment code inline - 1114 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: 12
- Position: #259 / 320
- Number of attempts: 3
Just the middle - 11417 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2680 / 4181
- Number of attempts: 4
Make HTML List - 1050 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 56
- Position: #250 / 273
- Number of attempts: 1
Learn some german verbs - 533 entries
The list needs to be structured so we can print in verbatim and feel ok about how it looks.
- Best score: 21
- Best player score: 48
- Position: #125 / 133
- Number of attempts: 3
For all cases. - 160 entries
In this case... change it! :) Watch the line.
- Best score: 8
- Best player score: 8
- Position: #43 / 105
- Number of attempts: 1
Stairstep digits - 392 entries
Remove the evens. Double the odds.
- Best score: 9
- Best player score: 13
- Position: #97 / 144
- Number of attempts: 1
Missing Library and a Typo - 884 entries
I forgot to add a c library, please add it for me. Also I'm bad at typing so fix my typo too.
- Best score: 14
- Best player score: 21
- Position: #155 / 212
- Number of attempts: 3
Basic renumbering - 5643 entries
Renumbering Basic.
- Best score: 11
- Best player score: 28
- Position: #1197 / 1261
- Number of attempts: 3
Hidden Message - 93 entries
Find the hidden message and replace all other characters with spaces.
- Best score: 33
- Best player score: 111
- Position: #30 / 30
- Number of attempts: 1
create arrows in a list - 112 entries
Add arrow at same distance
- Best score: 10
- Best player score: 10
- Position: #42 / 72
- Number of attempts: 1
Adam's challenge - 978 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: 25
- Position: #232 / 268
- Number of attempts: 2
Create a table - 332 entries
Convert the given input into a formatted table
- Best score: 16
- Best player score: 24
- Position: #93 / 105
- Number of attempts: 1
Fiddle percentages into real numbers - 862 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: 17
- Position: #214 / 289
- Number of attempts: 3
Vice versa - 7891 entries
Little role switching.
- Best score: 12
- Best player score: 16
- Position: #1296 / 2121
- Number of attempts: 1
C Reformatting - 690 entries
You may use Visual mode... or not. #uppercase
- Best score: 30
- Best player score: 156
- Position: #162 / 163
- Number of attempts: 1
Order and join - 983 entries
There's something special about the input order.
- Best score: 10
- Best player score: 16
- Position: #227 / 259
- Number of attempts: 2
comments galore - 1038 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Position: #259 / 422
- Number of attempts: 4
Scrambled numbers - 807 entries
Four is NOT 1. One is 1.
- Best score: 18
- Best player score: 38
- Position: #172 / 184
- Number of attempts: 1
Align commas - 1087 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: 18
- Position: #188 / 244
- Number of attempts: 2
mp3 - Cutlist - 42 entries
An audio CD was accidentally ripped into one single mp3 file. A dummy cue-file now needs to be filled out with the correct values to get single mp3 files.
- Best score: 65
- Best player score: 113
- Position: #7 / 14
- Number of attempts: 1
Hello ${world} - 324 entries
Migrate a JavaScript String from concatenation to ES6 interpolation.
- Best score: 24
- Best player score: 61
- Position: #86 / 96
- Number of attempts: 1
One to Ten - 2209 entries
Generate the sequence of numbers from 1 to 10, one number per line. Inspired by this Reddit thread: https://redd.it/ak4it2
- Best score: 12
- Best player score: 12
- Position: #207 / 669
- Number of attempts: 4
Increment each number - 1023 entries
Increment each number individually by one
- Best score: 15
- Best player score: 21
- Position: #157 / 248
- Number of attempts: 1
Join 'em - 251 entries
This shouldn't be too tough
- Best score: 4
- Best player score: 5
- Position: #78 / 151
- Number of attempts: 4
Delete to the end of the current line - 810 entries
Delete to the end of the current line, but keep the character under the cursor.
- Best score: 5
- Best player score: 5
- Position: #108 / 389
- Number of attempts: 1
Song Transcription Oops - 243 entries
When transcribing vocal music to Canjo Tab you can start by finding the lowest note and assigning that to zero and working your way up from there. However, without fail, I tend to miscount the notes and when I am near done I find a lower note. I mark this with a "z". This means I have to increase all the previous ones by 1. just a sting of numbers :)
- Best score: 15
- Best player score: 27
- Position: #69 / 78
- Number of attempts: 3
Reorder the groups - 1176 entries
Change the order so that the groups of fruit come before the vegetables.
- Best score: 14
- Best player score: 21
- Position: #181 / 263
- Number of attempts: 3
move titles next to url, in quotes - 529 entries
had trouble with something similar
- Best score: 19
- Best player score: 24
- Position: #109 / 139
- Number of attempts: 2
Array transposition - 2415 entries
Transpose two arrays into one.
- Best score: 16
- Best player score: 31
- Position: #381 / 446
- Number of attempts: 1
convert yml into java pojo field - 856 entries
How fast vim can create fields for java pojo i.e class declaration referring to a (simple) yml file
- Best score: 29
- Best player score: 37
- Position: #196 / 226
- Number of attempts: 2
unknown command - 166 entries
I want change 5 words
- Best score: 7
- Best player score: 7
- Position: #21 / 86
- Number of attempts: 1
Simple format (2) - 335 entries
try again!
- Best score: 23
- Best player score: 40
- Position: #63 / 70
- Number of attempts: 1
Collect List - 4298 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 16
- Position: #849 / 1190
- Number of attempts: 6
Space out the alphabet - 1657 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 16
- Position: #118 / 444
- Number of attempts: 12
Fix the XML - 1035 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 28
- Position: #227 / 289
- Number of attempts: 1
50 factorials mod 97 - 58 entries
List 1! to 50!, but give your answer mod 97.
- Best score: 28
- Best player score: 35
- Position: #17 / 20
- Number of attempts: 2
I forgot quotes - 15954 entries
Oops.
- Best score: 10
- Best player score: 15
- Position: #2239 / 4170
- Number of attempts: 7
-a-b-c- - 3213 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 16
- Position: #834 / 1137
- Number of attempts: 2
Count both ways - 1022 entries
Right AND down.
- Best score: 13
- Best player score: 16
- Position: #267 / 354
- Number of attempts: 2
Don't know what this is - 2014 entries
Replace contents of brackets with matching number of spaces. Don't ask what the format's supposed to be.
- Best score: 11
- Best player score: 18
- Position: #561 / 582
- Number of attempts: 1
Where should I put the Newline? - 881 entries
Help me put the newline.
- Best score: 7
- Best player score: 9
- Position: #426 / 437
- Number of attempts: 1
Mess in revision history - 1183 entries
Help Joe clean up what Steve has cobbled.
- Best score: 17
- Best player score: 29
- Position: #194 / 249
- Number of attempts: 2
A HAPPY NEW YEAR 2014 ! - 10654 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 14
- Position: #2821 / 3678
- Number of attempts: 2
attr_aligner - 3498 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 44
- Position: #650 / 696
- Number of attempts: 1
Words in parens - 12918 entries
We should all ace this, right?
- Best score: 13
- Best player score: 18
- Position: #2923 / 3957
- Number of attempts: 6
Harder than "abcd > a b c d" - 93 entries
Not as easy as the last challenge. This time, just one space between a and b, up to 25 spaces between y and z. (Removed some lines; diff was too long.)
- Best score: 15
- Best player score: 16
- Position: #13 / 42
- Number of attempts: 2
Extract text from xml - 127 entries
Extract text from xml file (ignoring commented out elements) and create a one line regex.
- Best score: 28
- Best player score: 68
- Position: #43 / 46
- Number of attempts: 1
ASCII-art Histogram - 320 entries
Create an ASCCI-art histogram for the given numbers. Make sure not to leave trailing whitespaces. Thanks to VimGolf I recently discovered a feature of Vim thAT blew my mind. I'm curious to see what real ninjas make of it ;-)
- Best score: 33
- Best player score: 82
- Position: #47 / 57
- Number of attempts: 2
Saving the hashes(#) - 2048 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: 33
- Position: #425 / 478
- Number of attempts: 2
Vertical Limit - 2522 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 34
- Position: #706 / 751
- Number of attempts: 2
switch variable - 5061 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 15
- Position: #1517 / 1743
- Number of attempts: 3
Java Array2List - 232 entries
Convert an java array initializer into a list.
- Best score: 67
- Best player score: 115
- Position: #61 / 87
- Number of attempts: 3
Shebangs for all - 1961 entries
We've all seen or used a shebang once or twice. Ditch the specific paths and leave just a dynamic Ruby and Python bath behind.
- Best score: 11
- Best player score: 17
- Position: #356 / 506
- Number of attempts: 2
Round Round - 299 entries
Round Round
- Best score: 19
- Best player score: 152
- Position: #76 / 87
- Number of attempts: 1