Played Challenges
Simple, Practical, and Common - 33745 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: #3473 / 7448
- Number of attempts: 3
Wrap the text of an email message to 79 characters - 805 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #157 / 424
- Number of attempts: 2
Extract argument from function - 2369 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 14
- Position: #327 / 756
- Number of attempts: 2
Search and Replace 0 - 5007 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 13
- Position: #844 / 1631
- Number of attempts: 3
Just the middle - 11496 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #255 / 4214
- Number of attempts: 5
Vice versa - 7965 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Position: #142 / 2142
- Number of attempts: 6
Collect List - 4308 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #178 / 1192
- Number of attempts: 8
Mute the second method of this script - 455 entries
prepend a # infront of every line of the second method
- Best score: 8
- Best player score: 10
- Position: #185 / 239
- Number of attempts: 1
I forgot quotes - 16039 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1556 / 4193
- Number of attempts: 6
Count both ways - 1022 entries
Right AND down.
- Best score: 13
- Best player score: 14
- Position: #75 / 354
- Number of attempts: 5
quotes inside quotes - 3170 entries
taken from tip 85 of the very good book 'Practical Vim: Edit Text at the Speed of Thought' ! I'd be interested what people use :)
- Best score: 14
- Best player score: 15
- Position: #449 / 1080
- Number of attempts: 4
Words in parens - 12967 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1522 / 3969
- Number of attempts: 4
Word frequency alignment - 291 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: 5
- Position: #52 / 161
- Number of attempts: 3
Execute immediate SQL - 90 entries
Sql string tranformation ...
- Best score: 58
- Best player score: 72
- Position: #15 / 32
- Number of attempts: 3
Prefixes and suffixes - 635 entries
Generate all prefixes of "vimchallenge", then all suffixes.
- Best score: 17
- Best player score: 23
- Position: #53 / 201
- Number of attempts: 4
SFD-ROC: vimvimvim - 1606 entries
Oh no, this line is longer than 80 chars... put each 'vim' on a new line.
- Best score: 8
- Best player score: 8
- Position: #19 / 446
- Number of attempts: 8
Saving the hashes(#) - 2063 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: 20
- Position: #4 / 480
- Number of attempts: 7
Switch function arguments - 2147 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 16
- Position: #595 / 666
- Number of attempts: 1
switch variable - 5085 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #402 / 1750
- Number of attempts: 4
Line Zipper - 477 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 16
- Position: #177 / 216
- Number of attempts: 2
Reverse and count - 486 entries
Someone typed things upside down and now a Vim ninja needs to reverse the lines and count how many there are.
- Best score: 18
- Best player score: 25
- Position: #91 / 179
- Number of attempts: 4
Reverse Simple Deletion - 857 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #263 / 461
- Number of attempts: 1
Increment, increment, increment.... - 700 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #307 / 413
- Number of attempts: 1
Change the content of a string - 1617 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 22
- Position: #92 / 602
- Number of attempts: 6
Sort and add attributes - 1488 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #134 / 578
- Number of attempts: 4
Add fold markers to a .c file - 664 entries
Fold markers can make it easier to navigate source code. Add them to this .c file.
- Best score: 30
- Best player score: 38
- Position: #140 / 191
- Number of attempts: 2
Reconstruct the Sentence - 1628 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: 20
- Position: #73 / 430
- Number of attempts: 5
Simple text editing with Vim - 13039 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 17
- Position: #2480 / 3751
- Number of attempts: 3