Played Challenges
Simple, Practical, and Common - 33929 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: #520 / 7489
- Number of attempts: 6
Swap values - 4667 entries
Well, swap the values...
- Best score: 11
- Best player score: 12
- Position: #400 / 1284
- Number of attempts: 4
One number per line - 18840 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1088 / 3893
- Number of attempts: 5
Split line with dots - 2156 entries
This line is too long, split it.
- Best score: 15
- Best player score: 16
- Position: #187 / 636
- Number of attempts: 6
Search and Replace 0 - 5042 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 14
- Position: #980 / 1643
- Number of attempts: 4
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2214 / 4234
- Number of attempts: 2
Basic renumbering - 5707 entries
Renumbering Basic.
- Best score: 11
- Best player score: 14
- Position: #465 / 1274
- Number of attempts: 11
Vice versa - 7981 entries
Little role switching.
- Best score: 12
- Best player score: 13
- Position: #740 / 2147
- Number of attempts: 5
Collect List - 4317 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 13
- Position: #567 / 1194
- Number of attempts: 5
VimGolfNight - 575 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #149 / 352
- Number of attempts: 1
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 12
- Position: #1295 / 4208
- Number of attempts: 4
Mess in revision history - 1210 entries
Help Joe clean up what Steve has cobbled.
- Best score: 17
- Best player score: 30
- Position: #202 / 254
- Number of attempts: 5
A HAPPY NEW YEAR 2014 ! - 10720 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #1718 / 3703
- Number of attempts: 3
Letter case trickery - 1644 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: 14
- Position: #424 / 520
- Number of attempts: 1
quotes inside quotes - 3185 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: 18
- Position: #966 / 1086
- Number of attempts: 1
Words in parens - 13005 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1549 / 3979
- Number of attempts: 4
Vertical Limit - 2610 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 26
- Position: #453 / 771
- Number of attempts: 1
replacing each line of a block selection - 3026 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 21
- Position: #376 / 783
- Number of attempts: 6
Switch function arguments - 2188 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 13
- Position: #398 / 676
- Number of attempts: 2
switch variable - 5101 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #799 / 1756
- Number of attempts: 3
Make it more readable - 2015 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 18
- Position: #525 / 654
- Number of attempts: 1
Numbering a List - 1941 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 25
- Position: #542 / 657
- Number of attempts: 1
Whitespace, empty lines and tabs - 3949 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 23
- Position: #378 / 841
- Number of attempts: 4
Reformat/Refactor a Golfer Class - 7508 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 33
- Position: #245 / 1847
- Number of attempts: 11
VimGolf