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: #1902 / 7489
- Number of attempts: 13
Swap values - 4667 entries
Well, swap the values...
- Best score: 11
- Best player score: 13
- Position: #623 / 1284
- Number of attempts: 7
One number per line - 18840 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1234 / 3893
- Number of attempts: 8
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #605 / 1904
- Number of attempts: 7
Applying same text modification in several lines - 2920 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 14
- Position: #414 / 864
- Number of attempts: 3
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #188 / 3087
- Number of attempts: 3
Bad Copy Syntax - 2072 entries
Copy should be from right to left, but sometimes you type it wrong.
- Best score: 18
- Best player score: 27
- Position: #415 / 539
- Number of attempts: 4
remove lines containing the word "reader" - 3631 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #273 / 1179
- Number of attempts: 2
Com(m)a Trouble - 3968 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 14
- Position: #391 / 901
- Number of attempts: 5
Extract argument from function - 2379 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 23
- Position: #738 / 760
- Number of attempts: 1
Search and Replace 0 - 5042 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 16
- Position: #1241 / 1643
- Number of attempts: 3
That hyphen - 2602 entries
"vim vi improved"
- Best score: 9
- Best player score: 13
- Position: #536 / 704
- Number of attempts: 2
comment and uncomment code inline - 1151 entries
It's very useful to be able to comment out a block of code in a quick edit. And likewise to uncomment the code. This operation often involves multi-line stanzas and even large blocks. With just line-wise navigation and insert mode this would cost you about 4 keystrokes per line. Master this hole of VimGolf and you'll quickly drop your key count in day to day Vim as well.
- Best score: 9
- Best player score: 12
- Position: #265 / 328
- Number of attempts: 3
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1181 / 4234
- Number of attempts: 4
Basic renumbering - 5707 entries
Renumbering Basic.
- Best score: 11
- Best player score: 17
- Position: #604 / 1274
- Number of attempts: 5
Order and join - 992 entries
There's something special about the input order.
- Best score: 10
- Best player score: 37
- Position: #258 / 261
- Number of attempts: 2
Array transposition - 2444 entries
Transpose two arrays into one.
- Best score: 16
- Best player score: 54
- Position: #435 / 453
- Number of attempts: 1
unknown command - 175 entries
I want change 5 words
- Best score: 7
- Best player score: 7
- Position: #11 / 91
- Number of attempts: 3
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 15
- Position: #2286 / 4208
- Number of attempts: 6
Don't know what this is - 2025 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: 19
- Position: #574 / 587
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10720 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #1330 / 3703
- Number of attempts: 6
Words in parens - 13005 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1706 / 3979
- Number of attempts: 5
Vertical Limit - 2610 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 24
- Position: #311 / 771
- Number of attempts: 4
Switch function arguments - 2188 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 15
- Position: #587 / 676
- Number of attempts: 1
switch variable - 5101 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #529 / 1756
- Number of attempts: 5
A Simple One - 1070 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: #485 / 673
- Number of attempts: 1
Simple text editing with Vim - 13419 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1748 / 3846
- Number of attempts: 4
VimGolf