Played Challenges
Generate a very basic Python constructor - 303 entries
I actually needed to do this myself, so I look forward to learning how.
- Best score: 38
- Best player score: 48
- Position: #41 / 92
- Number of attempts: 1
Modernise code - 1285 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 52
- Position: #219 / 298
- Number of attempts: 1
Rural Post - 4319 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 13
- Position: #567 / 1059
- Number of attempts: 1
Satisfy the go linter - 2120 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: #245 / 430
- Number of attempts: 2
Simple, Practical, and Common - 33270 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: #3611 / 7339
- Number of attempts: 5
Swap values - 4517 entries
Well, swap the values...
- Best score: 11
- Best player score: 17
- Position: #1095 / 1251
- Number of attempts: 1
prepend * to every non-blank line - 6156 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 11
- Position: #474 / 1507
- Number of attempts: 3
One number per line - 18574 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #1893 / 3834
- Number of attempts: 9
TAR archive pretty print - 24 entries
Will you use isk ?
- Best score: 24
- Best player score: 28
- Position: #8 / 11
- Number of attempts: 2
Unsemantic linewrapping - 874 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: #214 / 222
- Number of attempts: 2
V to the i - 4719 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 10
- Position: #1749 / 1875
- Number of attempts: 1
Applying same text modification in several lines - 2827 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 16
- Position: #537 / 836
- Number of attempts: 2
SCREAMING_SNAKE_CASE to Title Case - 1150 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: #200 / 240
- Number of attempts: 1
Add semicolons - 10764 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #53 / 3036
- Number of attempts: 5
Bad Copy Syntax - 1971 entries
Copy should be from right to left, but sometimes you type it wrong.
- Best score: 18
- Best player score: 23
- Position: #329 / 507
- Number of attempts: 9
Split line with dots - 2118 entries
This line is too long, split it.
- Best score: 15
- Best player score: 25
- Position: #514 / 627
- Number of attempts: 1
remove lines containing the word "reader" - 3507 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #558 / 1136
- Number of attempts: 1
Com(m)a Trouble - 3595 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 16
- Position: #456 / 804
- Number of attempts: 5
Box it - 7798 entries
Create a box around a line.
- Best score: 21
- Best player score: 27
- Position: #1133 / 1856
- Number of attempts: 6
Tables, Functions, Sprocs - 125 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: #43 / 44
- Number of attempts: 1
Two pairs of cluster of letters creates word - 731 entries
Clean and group.
- Best score: 17
- Best player score: 25
- Position: #138 / 173
- Number of attempts: 2
Every other line - 2877 entries
AaAaAaA
- Best score: 12
- Best player score: 19
- Position: #589 / 698
- Number of attempts: 1
Copy three lines - 2828 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 20
- Position: #406 / 632
- Number of attempts: 2
Convert Application Output to CSV - 187 entries
Change the application output to comma-separated values
- Best score: 17
- Best player score: 31
- Position: #50 / 52
- Number of attempts: 1
Search and Replace 0 - 4771 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #537 / 1581
- Number of attempts: 2
Preferably without multi-cursor plugin - 538 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: #120 / 127
- Number of attempts: 1
comment and uncomment code inline - 1050 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: #251 / 310
- Number of attempts: 3
Just the middle - 11339 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2673 / 4157
- Number of attempts: 4
Make HTML List - 1018 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 56
- Position: #244 / 267
- Number of attempts: 1
Learn some german verbs - 529 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: #123 / 130
- Number of attempts: 3
For all cases. - 139 entries
In this case... change it! :) Watch the line.
- Best score: 8
- Best player score: 8
- Position: #43 / 99
- Number of attempts: 1
Stairstep digits - 372 entries
Remove the evens. Double the odds.
- Best score: 9
- Best player score: 13
- Position: #96 / 139
- Number of attempts: 1
Missing Library and a Typo - 840 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: 15
- Best player score: 21
- Position: #151 / 207
- Number of attempts: 3
Basic renumbering - 5521 entries
Renumbering Basic.
- Best score: 11
- Best player score: 28
- Position: #1187 / 1251
- Number of attempts: 3
Hidden Message - 74 entries
Find the hidden message and replace all other characters with spaces.
- Best score: 33
- Best player score: 111
- Position: #28 / 28
- Number of attempts: 1
create arrows in a list - 100 entries
Add arrow at same distance
- Best score: 10
- Best player score: 10
- Position: #42 / 69
- Number of attempts: 1
Adam's challenge - 934 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: #228 / 263
- Number of attempts: 2
Create a table - 325 entries
Convert the given input into a formatted table
- Best score: 16
- Best player score: 24
- Position: #92 / 104
- Number of attempts: 1
Fiddle percentages into real numbers - 837 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: #211 / 285
- Number of attempts: 3
Vice versa - 7720 entries
Little role switching.
- Best score: 12
- Best player score: 16
- Position: #1279 / 2085
- Number of attempts: 1
C Reformatting - 688 entries
You may use Visual mode... or not. #uppercase
- Best score: 30
- Best player score: 156
- Position: #161 / 161
- Number of attempts: 1
Order and join - 924 entries
There's something special about the input order.
- Best score: 10
- Best player score: 16
- Position: #220 / 251
- Number of attempts: 2
comments galore - 982 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Position: #259 / 414
- Number of attempts: 4
Scrambled numbers - 775 entries
Four is NOT 1. One is 1.
- Best score: 18
- Best player score: 38
- Position: #169 / 181
- Number of attempts: 1
Align commas - 1049 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: #185 / 241
- Number of attempts: 2
mp3 - Cutlist - 29 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: #5 / 12
- Number of attempts: 1
Hello ${world} - 299 entries
Migrate a JavaScript String from concatenation to ES6 interpolation.
- Best score: 24
- Best player score: 61
- Position: #84 / 94
- Number of attempts: 1
One to Ten - 2152 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 / 656
- Number of attempts: 4
Increment each number - 977 entries
Increment each number individually by one
- Best score: 15
- Best player score: 21
- Position: #154 / 242
- Number of attempts: 1
Join 'em - 244 entries
This shouldn't be too tough
- Best score: 4
- Best player score: 5
- Position: #72 / 145
- Number of attempts: 4
Delete to the end of the current line - 730 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 / 360
- Number of attempts: 1
Song Transcription Oops - 234 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: #66 / 75
- Number of attempts: 3
Reorder the groups - 1129 entries
Change the order so that the groups of fruit come before the vegetables.
- Best score: 14
- Best player score: 21
- Position: #177 / 258
- Number of attempts: 3
move titles next to url, in quotes - 504 entries
had trouble with something similar
- Best score: 19
- Best player score: 24
- Position: #106 / 135
- Number of attempts: 2
Array transposition - 2359 entries
Transpose two arrays into one.
- Best score: 16
- Best player score: 31
- Position: #376 / 441
- Number of attempts: 1
convert yml into java pojo field - 829 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: #193 / 223
- Number of attempts: 2
unknown command - 155 entries
I want change 5 words
- Best score: 7
- Best player score: 7
- Position: #21 / 81
- Number of attempts: 1
Simple format (2) - 328 entries
try again!
- Best score: 23
- Best player score: 40
- Position: #61 / 68
- Number of attempts: 1
Collect List - 4238 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 16
- Position: #842 / 1180
- Number of attempts: 6
Space out the alphabet - 1610 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 16
- Position: #116 / 438
- Number of attempts: 12
Fix the XML - 962 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 28
- Position: #218 / 280
- Number of attempts: 1
50 factorials mod 97 - 47 entries
List 1! to 50!, but give your answer mod 97.
- Best score: 28
- Best player score: 35
- Position: #15 / 18
- Number of attempts: 2
I forgot quotes - 15894 entries
Oops.
- Best score: 10
- Best player score: 15
- Position: #2230 / 4153
- Number of attempts: 7
-a-b-c- - 3160 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 16
- Position: #824 / 1124
- Number of attempts: 2
Count both ways - 987 entries
Right AND down.
- Best score: 13
- Best player score: 16
- Position: #262 / 348
- Number of attempts: 2
Don't know what this is - 1961 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: #555 / 576
- Number of attempts: 1
Where should I put the Newline? - 857 entries
Help me put the newline.
- Best score: 7
- Best player score: 9
- Position: #418 / 429
- Number of attempts: 1
Mess in revision history - 1157 entries
Help Joe clean up what Steve has cobbled.
- Best score: 17
- Best player score: 29
- Position: #192 / 245
- Number of attempts: 2
A HAPPY NEW YEAR 2014 ! - 10607 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 14
- Position: #2806 / 3659
- Number of attempts: 2
attr_aligner - 3429 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 44
- Position: #644 / 690
- Number of attempts: 1
Words in parens - 12824 entries
We should all ace this, right?
- Best score: 13
- Best player score: 18
- Position: #2907 / 3939
- Number of attempts: 6
Harder than "abcd > a b c d" - 76 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: #11 / 39
- Number of attempts: 2
Extract text from xml - 106 entries
Extract text from xml file (ignoring commented out elements) and create a one line regex.
- Best score: 28
- Best player score: 68
- Position: #41 / 43
- Number of attempts: 1
ASCII-art Histogram - 310 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: #45 / 55
- Number of attempts: 2
Saving the hashes(#) - 1978 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: #419 / 471
- Number of attempts: 2
Vertical Limit - 2409 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 34
- Position: #686 / 730
- Number of attempts: 2
switch variable - 5016 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 15
- Position: #1508 / 1729
- Number of attempts: 3
Java Array2List - 220 entries
Convert an java array initializer into a list.
- Best score: 67
- Best player score: 115
- Position: #57 / 83
- Number of attempts: 3
Shebangs for all - 1860 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: #346 / 488
- Number of attempts: 2
Round Round - 286 entries
Round Round
- Best score: 19
- Best player score: 152
- Position: #73 / 84
- Number of attempts: 1