Played Challenges
V to the i - 4719 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #797 / 1875
- Number of attempts: 3
Search and Replace 0 - 4771 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 14
- Position: #924 / 1581
- Number of attempts: 3
VimGolfNight - 524 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #61 / 339
- Number of attempts: 1
Where should I put the Newline? - 857 entries
Help me put the newline.
- Best score: 7
- Best player score: 7
- Position: #11 / 429
- Number of attempts: 2
A HAPPY NEW YEAR 2014 ! - 10607 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #171 / 3659
- Number of attempts: 7
attr_aligner - 3429 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 19
- Position: #12 / 690
- Number of attempts: 4
Letter case trickery - 1588 entries
This file is in a downright esoteric format, consisting of hexadecimal numbers, non-hexadecimal keywords, and "Z" indicating end-of-line. Make the hexadecimal numbers lowercase.
- Best score: 9
- Best player score: 10
- Position: #48 / 509
- Number of attempts: 3
quotes inside quotes - 3105 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: #374 / 1066
- Number of attempts: 3
Words in parens - 12824 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #385 / 3939
- Number of attempts: 6
Delete unwanted lines - 392 entries
Delete all lines which does not end in "o.."
- Best score: 9
- Best player score: 9
- Position: #71 / 224
- Number of attempts: 1
fib.c cleanup - 66 entries
cleanup the file
- Best score: 15
- Best player score: 16
- Position: #32 / 54
- Number of attempts: 1
Groups magic - 146 entries
Regexp or macros for string converting: (a) -> ___ (abc) -> ____ (abcd) -> ______ All in the '(' replace to _ multiply by char count + ()
- Best score: 13
- Best player score: 14
- Position: #43 / 88
- Number of attempts: 2
SFD-ROC: The Quick Brown Fox - 168 entries
Someone has vandalized our text (again). Please fix to read: The Quick Brown Fox Jumps Over The Lazy Dog.
- Best score: 24
- Best player score: 25
- Position: #7 / 100
- Number of attempts: 3
The name of the game - 643 entries
End up with the name of the game.
- Best score: 11
- Best player score: 11
- Position: #129 / 353
- Number of attempts: 1
SFD-ROC: vimvimvim - 1550 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: #34 / 435
- Number of attempts: 5
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: 25
- Position: #155 / 471
- Number of attempts: 3
SFD-ROC: ROT13 Phonics - 96 entries
A is for apple, b is for ball, etc... This familiar phonics poem has been rotated 13 characters. Make the letter match the word.
- Best score: 6
- Best player score: 6
- Position: #39 / 70
- Number of attempts: 1
Vertical Limit - 2409 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 23
- Position: #208 / 730
- Number of attempts: 6
Aligning function arguments to match a specific coding style - 218 entries
Most projects have specific coding style guidelines. In this case, the argument list must be broken into a new line for each argument, with the argument names right aligned, taking into account pointers.
- Best score: 16
- Best player score: 17
- Position: #28 / 66
- Number of attempts: 4
un-C-escape string - 55 entries
Convert escape sequences to characters
- Best score: 12
- Best player score: 12
- Position: #34 / 49
- Number of attempts: 1
switch variable - 5016 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 14
- Position: #1309 / 1729
- Number of attempts: 2
Make it more readable - 1940 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 16
- Position: #367 / 637
- Number of attempts: 2
Before there was Farmville... - 95 entries
There was old MacDonald. For my toddler. The first Vim sing-a-long?
- Best score: 156
- Best player score: 242
- Position: #37 / 46
- Number of attempts: 1
The holy-grail may help - 342 entries
Can you find it in less than 20 strokes, Arthur?
- Best score: 16
- Best player score: 16
- Position: #127 / 205
- Number of attempts: 2
Increment, increment, increment.... - 639 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #258 / 397
- Number of attempts: 1
Reconstruct the Sentence - 1281 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 20
- Best player score: 21
- Position: #195 / 367
- Number of attempts: 2
Simple text editing with Vim - 12050 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1082 / 3530
- Number of attempts: 3