Played Challenges
Simple, Practical, and Common - 32962 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: 25
- Position: #3069 / 7276
- Number of attempts: 1
V to the i - 4641 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #229 / 1857
- Number of attempts: 2
Search and Replace 0 - 4681 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #393 / 1550
- Number of attempts: 3
That hyphen - 2500 entries
"vim vi improved"
- Best score: 9
- Best player score: 15
- Position: #593 / 683
- Number of attempts: 1
Just the middle - 11141 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1964 / 4114
- Number of attempts: 1
Basic renumbering - 5436 entries
Renumbering Basic.
- Best score: 11
- Best player score: 18
- Position: #629 / 1228
- Number of attempts: 2
Collect List - 4184 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #101 / 1167
- Number of attempts: 2
VimGolfNight - 505 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #220 / 330
- Number of attempts: 1
camel riding - 745 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 16
- Position: #105 / 267
- Number of attempts: 3
readability - 306 entries
Make the code readable by adding some spaces
- Best score: 18
- Best player score: 19
- Position: #113 / 145
- Number of attempts: 2
Space out the alphabet - 1595 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 19
- Position: #240 / 434
- Number of attempts: 1
Mute the second method of this script - 439 entries
prepend a # infront of every line of the second method
- Best score: 9
- Best player score: 9
- Position: #88 / 233
- Number of attempts: 2
Pretty format for variable declarations - 144 entries
Project standards demand the equal signs must be aligned for better readability.
- Best score: 14
- Best player score: 20
- Position: #47 / 55
- Number of attempts: 1
I forgot quotes - 15748 entries
Oops.
- Best score: 10
- Best player score: 12
- Position: #1231 / 4116
- Number of attempts: 3
learn vim in short time - 219 entries
so happy to learn vim.because vim is awesome
- Best score: 8
- Best player score: 8
- Position: #73 / 150
- Number of attempts: 2
-a-b-c- - 3122 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 13
- Position: #106 / 1113
- Number of attempts: 3
Gray area - 707 entries
It's a golf metaphor or something.
- Best score: 11
- Best player score: 13
- Position: #168 / 261
- Number of attempts: 3
Neither Fizz nor Buzz - 221 entries
Not your regular increment macro! The gaps are tricky.
- Best score: 13
- Best player score: 20
- Position: #72 / 97
- Number of attempts: 1
Don't know what this is - 1951 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: 13
- Position: #252 / 572
- Number of attempts: 2
Where should I put the Newline? - 845 entries
Help me put the newline.
- Best score: 7
- Best player score: 7
- Position: #150 / 422
- Number of attempts: 2
Ninjas Leaderboard - 84 entries
The two lines in "Start file" has an obfuscated email address. Second line give an index (from 1 to 30) to the chars list of the first line, for example, the first char of email (n) is in position 25, second char (i) is in position 19 and s.o.
- Best score: 25
- Best player score: 35
- Position: #25 / 38
- Number of attempts: 1
Letter case trickery - 1553 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: #425 / 500
- Number of attempts: 1
Words in parens - 12736 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #130 / 3919
- Number of attempts: 6
Delete unwanted lines - 358 entries
Delete all lines which does not end in "o.."
- Best score: 9
- Best player score: 9
- Position: #150 / 215
- Number of attempts: 2
The name of the game - 629 entries
End up with the name of the game.
- Best score: 11
- Best player score: 11
- Position: #192 / 344
- Number of attempts: 2
SFD-ROC: vimvimvim - 1510 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: #70 / 424
- Number of attempts: 5
Vertical Limit - 2377 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 28
- Position: #565 / 719
- Number of attempts: 1
replacing each line of a block selection - 2816 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 18
- Position: #48 / 736
- Number of attempts: 10
Switch function arguments - 1985 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 11
- Position: #75 / 628
- Number of attempts: 6
Remove semicolons after expressions - 572 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 6
- Position: #81 / 242
- Number of attempts: 2
switch variable - 4945 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #845 / 1708
- Number of attempts: 1
remove dupes from array - 1290 entries
given a random string that contains a ruby-esque array, make sure that there are no duplicate elements
- Best score: 17
- Best player score: 21
- Position: #145 / 325
- Number of attempts: 3
Numbering a List - 1832 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 25
- Position: #524 / 627
- Number of attempts: 1
A Simple One - 934 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #409 / 617
- Number of attempts: 1
Whitespace, empty lines and tabs - 3009 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 23
- Position: #293 / 667
- Number of attempts: 4
Simple text editing with Vim - 11657 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #204 / 3418
- Number of attempts: 4