Played Challenges
vim = 22 / 7 - 472 entries
pi square vim
- Best score: 20
- Best player score: 20
- Position: #14 / 134
- Number of attempts: 8
VimGolfNight - 555 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #56 / 345
- Number of attempts: 1
Going underground.... - 350 entries
Simple reformatting: in this case changing from the format London underground supplies its customers with, to the format that Google Calendar likes...
- Best score: 22
- Best player score: 29
- Position: #51 / 127
- Number of attempts: 3
attr_aligner - 3498 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 31
- Position: #388 / 696
- Number of attempts: 2
Counting in binary - 522 entries
"a" represents 0; "A" represents 1. Start from zero and count to 15.
- Best score: 16
- Best player score: 54
- Position: #102 / 115
- Number of attempts: 5
quotes inside quotes - 3154 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: 14
- Position: #20 / 1075
- Number of attempts: 4
Assign list - 192 entries
Assign list elements to matrix
- Best score: 30
- Best player score: 73
- Position: #61 / 61
- Number of attempts: 2
paste indent correction - JS - 112 entries
You copy some javascript code from a website and paste it into vim, it does not look good!
- Best score: 16
- Best player score: 16
- Position: #21 / 59
- Number of attempts: 4
Hole-in-one - 1017 entries
Lets take this golf thing literally.. Drive off the tee into the hole, and of course you don't strike the ball completely clean.
- Best score: 15
- Best player score: 22
- Position: #231 / 303
- Number of attempts: 2
Parsing with CSV: Unify lines and result. - 178 entries
col1;col2;col3;col4 A;1;4;5 A;3;4; A;1;4; # New output: col1;col2;col3;col4 A;1(2x);3;4(3x);5 any ideas?
- Best score: 21
- Best player score: 21
- Position: #17 / 76
- Number of attempts: 2
lamb had a little Mary - 598 entries
"Mary" and "lamb" are swapped. Unswap them. Fast as you can.
- Best score: 16
- Best player score: 38
- Position: #114 / 165
- Number of attempts: 1
Vertical Limit - 2522 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 24
- Position: #274 / 751
- Number of attempts: 8
Switch function arguments - 2117 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 11
- Position: #58 / 657
- Number of attempts: 6
Remove semicolons after expressions - 648 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 6
- Position: #64 / 262
- Number of attempts: 3
switch variable - 5061 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 13
- Position: #1072 / 1743
- Number of attempts: 1
The meaning - 573 entries
Numbers are fun!
- Best score: 5
- Best player score: 5
- Position: #189 / 361
- Number of attempts: 1
Make it more readable - 1982 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 13
- Position: #34 / 645
- Number of attempts: 8
remove dupes from array - 1347 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: 23
- Position: #199 / 334
- Number of attempts: 3
Increment, increment, increment.... - 677 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #259 / 405
- Number of attempts: 2
Simple text editing with Vim - 12627 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #209 / 3653
- Number of attempts: 8