Played Challenges
Simple, Practical, and Common - 33612 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: 22
- Position: #1565 / 7416
- Number of attempts: 11
Swap values - 4616 entries
Well, swap the values...
- Best score: 11
- Best player score: 13
- Position: #621 / 1268
- Number of attempts: 3
One number per line - 18722 entries
Just give me the numbers.
- Best score: 14
- Best player score: 14
- Position: #470 / 3860
- Number of attempts: 11
Swap values inside brackets - 2493 entries
Easy challenge.
- Best score: 14
- Best player score: 14
- Position: #8 / 578
- Number of attempts: 6
V to the i - 4802 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #615 / 1893
- Number of attempts: 3
Applying same text modification in several lines - 2877 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 13
- Position: #71 / 850
- Number of attempts: 7
remove lines containing the word "reader" - 3583 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #3 / 1161
- Number of attempts: 6
Com(m)a Trouble - 3815 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 12
- Position: #6 / 864
- Number of attempts: 11
multiple cursor alternative - 1519 entries
from: https://www.reddit.com/r/vim/comments/6w5pfa/crosspost_from_remacs_how_would_you_do_this_in_vim/
- Best score: 19
- Best player score: 19
- Position: #67 / 380
- Number of attempts: 12
Search and Replace 0 - 4978 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 14
- Position: #1027 / 1621
- Number of attempts: 2
Just the middle - 11446 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1182 / 4194
- Number of attempts: 3
Vice versa - 7903 entries
Little role switching.
- Best score: 12
- Best player score: 16
- Position: #1361 / 2125
- Number of attempts: 2
Convert pasted text into Markdown - 32 entries
I often need to copy/paste text into Markdown files. The challenge here is to wrap the lines in a way that prefers breaks after periods, commas, or other logical demarcations. There should be no spaces at the beginning of a line.
- Best score: 46
- Best player score: 116
- Position: #14 / 14
- Number of attempts: 1
Build a six - 294 entries
Just enjoy building "a" floors...
- Best score: 22
- Best player score: 74
- Position: #94 / 95
- Number of attempts: 1
Delete to the end of the current line - 811 entries
Delete to the end of the current line, but keep the character under the cursor.
- Best score: 5
- Best player score: 5
- Position: #67 / 390
- Number of attempts: 2
Put the months in order - 974 entries
Our contractor thought that months should be in alphabetical order. Put them in calendar order please.
- Best score: 20
- Best player score: 60
- Position: #148 / 163
- Number of attempts: 1
move titles next to url, in quotes - 531 entries
had trouble with something similar
- Best score: 19
- Best player score: 22
- Position: #78 / 140
- Number of attempts: 3
Array transposition - 2416 entries
Transpose two arrays into one.
- Best score: 16
- Best player score: 17
- Position: #132 / 447
- Number of attempts: 21
convert yml into java pojo field - 857 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: 31
- Position: #139 / 227
- Number of attempts: 1
unknown command - 167 entries
I want change 5 words
- Best score: 7
- Best player score: 7
- Position: #38 / 87
- Number of attempts: 4
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: 9
- Position: #130 / 239
- Number of attempts: 5
I forgot quotes - 15977 entries
Oops.
- Best score: 10
- Best player score: 10
- Position: #806 / 4177
- Number of attempts: 7
A HAPPY NEW YEAR 2014 ! - 10660 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #1338 / 3681
- Number of attempts: 7
Words in parens - 12929 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1695 / 3961
- Number of attempts: 10
Vertical Limit - 2538 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 22
- Position: #170 / 754
- Number of attempts: 8
Contributed Challenges
move titles next to url, in quotes - 531 entries
had trouble with something similar
remove lines containing the word "reader" - 3583 entries
easy stuff