Played Challenges
Simple, Practical, and Common - 33616 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: #969 / 7420
- Number of attempts: 7
Swap values - 4616 entries
Well, swap the values...
- Best score: 11
- Best player score: 11
- Position: #177 / 1268
- Number of attempts: 5
One number per line - 18727 entries
Just give me the numbers.
- Best score: 14
- Best player score: 16
- Position: #851 / 3864
- Number of attempts: 7
Separate the lines - 182 entries
Every other line is mixed up. Separate them into their original texts.
- Best score: 11
- Best player score: 14
- Position: #68 / 92
- Number of attempts: 2
V to the i - 4802 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #505 / 1893
- Number of attempts: 2
Split line with dots - 2144 entries
This line is too long, split it.
- Best score: 15
- Best player score: 15
- Position: #117 / 634
- Number of attempts: 6
multiple cursor alternative - 1519 entries
from: https://www.reddit.com/r/vim/comments/6w5pfa/crosspost_from_remacs_how_would_you_do_this_in_vim/
- Best score: 19
- Best player score: 21
- Position: #204 / 380
- Number of attempts: 4
From argument to object - 1508 entries
This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?
- Best score: 17
- Best player score: 17
- Position: #34 / 458
- Number of attempts: 6
Every other line - 2910 entries
AaAaAaA
- Best score: 12
- Best player score: 13
- Position: #200 / 703
- Number of attempts: 5
Copy three lines - 2872 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 13
- Position: #70 / 640
- Number of attempts: 7
Extract argument from function - 2357 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 13
- Position: #190 / 753
- Number of attempts: 8
Search and Replace 0 - 4989 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #497 / 1624
- Number of attempts: 5
That hyphen - 2595 entries
"vim vi improved"
- Best score: 9
- Best player score: 9
- Position: #164 / 701
- Number of attempts: 6
comment and uncomment code inline - 1122 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: 9
- Position: #47 / 322
- Number of attempts: 7
Just the middle - 11454 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #926 / 4197
- Number of attempts: 4
Todo list specification - 399 entries
The every item on the todo list must be done today. Modify the list to reflect that.
- Best score: 37
- Best player score: 39
- Position: #119 / 179
- Number of attempts: 2
Text to HTML Table - 180 entries
Turn the plain text table to an HTML table.
- Best score: 52
- Best player score: 84
- Position: #52 / 53
- Number of attempts: 1
Stairstep digits - 394 entries
Remove the evens. Double the odds.
- Best score: 9
- Best player score: 9
- Position: #24 / 145
- Number of attempts: 2
Missing Library and a Typo - 887 entries
I forgot to add a c library, please add it for me. Also I'm bad at typing so fix my typo too.
- Best score: 14
- Best player score: 16
- Position: #32 / 213
- Number of attempts: 6
Basic renumbering - 5648 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #77 / 1264
- Number of attempts: 6
Simple addition - 326 entries
The right side of the equation is already there. We just need the left one now.
- Best score: 12
- Best player score: 12
- Position: #16 / 122
- Number of attempts: 5
Adam's challenge - 984 entries
Change both normal to bold and 4 by 2. Adam Wathan challenge this on twitter . He did it in 11 keystrokes on Sublime.
- Best score: 18
- Best player score: 20
- Position: #133 / 270
- Number of attempts: 5
Create a table - 332 entries
Convert the given input into a formatted table
- Best score: 16
- Best player score: 16
- Position: #16 / 105
- Number of attempts: 3
Fiddle percentages into real numbers - 865 entries
Get rid of the '%' symbols and shift the decimal place. This is the easier version - all the columns line up.
- Best score: 13
- Best player score: 13
- Position: #83 / 291
- Number of attempts: 5
Nesting SASS - 266 entries
Move a block inside another block and indent it
- Best score: 9
- Best player score: 9
- Position: #32 / 96
- Number of attempts: 3
Forgot to follow the naming convention... - 40 entries
Rename everything like MY_VAR_SOMETHING to MyVarSomething.
- Best score: 32
- Best player score: 32
- Position: #5 / 16
- Number of attempts: 4
Wrap text in quotes - 368 entries
All the blocks of text should be wrapped in quotation marks.
- Best score: 16
- Best player score: 16
- Position: #32 / 122
- Number of attempts: 2
Vice versa - 7907 entries
Little role switching.
- Best score: 12
- Best player score: 13
- Position: #777 / 2128
- Number of attempts: 6
Pretty multi-line bash - 235 entries
Bash line continuations are much prettier when they're column aligned.
- Best score: 15
- Best player score: 21
- Position: #45 / 77
- Number of attempts: 4
C Reformatting - 690 entries
You may use Visual mode... or not. #uppercase
- Best score: 30
- Best player score: 30
- Position: #10 / 163
- Number of attempts: 13
Convert pasted text into Markdown - 32 entries
I often need to copy/paste text into Markdown files. The challenge here is to wrap the lines in a way that prefers breaks after periods, commas, or other logical demarcations. There should be no spaces at the beginning of a line.
- Best score: 46
- Best player score: 116
- Position: #13 / 14
- Number of attempts: 1
Sort files from hosts - 188 entries
Resume files by host. I hope you enjoy with this challenge
- Best score: 15
- Best player score: 18
- Position: #62 / 76
- Number of attempts: 2
Order and join - 983 entries
There's something special about the input order.
- Best score: 10
- Best player score: 10
- Position: #38 / 259
- Number of attempts: 5
comments galore - 1045 entries
Basic comment reformatting
- Best score: 10
- Best player score: 13
- Position: #388 / 424
- Number of attempts: 1
Replace and keep the case - 437 entries
Replace all instance of plugin and Plugin to device and Device.
- Best score: 26
- Best player score: 26
- Position: #41 / 118
- Number of attempts: 5
Hello ${world} - 324 entries
Migrate a JavaScript String from concatenation to ES6 interpolation.
- Best score: 24
- Best player score: 66
- Position: #89 / 96
- Number of attempts: 1
Generate a list of numbers - 295 entries
Please generate list of numbers from 1 to 20.
- Best score: 14
- Best player score: 14
- Position: #43 / 140
- Number of attempts: 3
Add Go XML to structure tags - 170 entries
The Go programming language can directly map XML to structure fields. Add the correct XML tag after each field.
- Best score: 23
- Best player score: 30
- Position: #39 / 69
- Number of attempts: 1
No naked if allowed! - 39 entries
House style forbids naked condition statements, comments should start with a space character and be on their own line. Good luck!
- Best score: 46
- Best player score: 79
- Position: #15 / 17
- Number of attempts: 2
From A to B - 591 entries
Mirror and change this text block
- Best score: 16
- Best player score: 16
- Position: #40 / 159
- Number of attempts: 7
Collect List - 4298 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #313 / 1190
- Number of attempts: 8
Fix the XML - 1039 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 18
- Position: #45 / 290
- Number of attempts: 7
Custom McCarthy sequence - 44 entries
Generate the first one hundred and twenty numbers (starting with n=1). See here for some inspiration: http://en.wikipedia.org/wiki/McCarthy_91_function
- Best score: 15
- Best player score: 15
- Position: #1 / 17
- Number of attempts: 4
range(10) digit rotation - 38 entries
This is a data generator challenge or some kind of gift..
- Best score: 18
- Best player score: 18
- Position: #11 / 22
- Number of attempts: 4
I forgot quotes - 15983 entries
Oops.
- Best score: 10
- Best player score: 10
- Position: #595 / 4180
- Number of attempts: 7
-a-b-c- - 3213 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 13
- Position: #212 / 1137
- Number of attempts: 4
Gray area - 747 entries
It's a golf metaphor or something.
- Best score: 11
- Best player score: 14
- Position: #228 / 271
- Number of attempts: 2
Don't know what this is - 2022 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: 11
- Position: #87 / 585
- Number of attempts: 8
A HAPPY NEW YEAR 2014 ! - 10663 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #1144 / 3683
- Number of attempts: 5
attr_aligner - 3520 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 46
- Position: #662 / 702
- Number of attempts: 1
Under the cupola - 57 entries
Taking some liberty about the name and plot of the Stephen King's famous novel (and TV series) to make this challenge. Are you able to recreate graphically the key phrase of the story? (I think is gonna be hard!)
- Best score: 33
- Best player score: 33
- Position: #7 / 19
- Number of attempts: 3
quotes inside quotes - 3159 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: #277 / 1078
- Number of attempts: 6
Words in parens - 12935 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #795 / 3963
- Number of attempts: 4
Hole-in-one - 1018 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: 21
- Position: #222 / 304
- Number of attempts: 1
Fibonacci Triangles - 59 entries
Triangles
- Best score: 40
- Best player score: 57
- Position: #16 / 22
- Number of attempts: 2
XML to JSON - 47 entries
Convert this xml file into json.
- Best score: 75
- Best player score: 192
- Position: #15 / 20
- Number of attempts: 1
Saving the hashes(#) - 2063 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: 20
- Position: #49 / 480
- Number of attempts: 8
Let's play some Ivmgolf - 1118 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 7
- Position: #109 / 445
- Number of attempts: 4
replacing each line of a block selection - 2999 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 18
- Position: #94 / 777
- Number of attempts: 5
switch variable - 5071 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 23
- Position: #1694 / 1748
- Number of attempts: 1
remove dupes from array - 1358 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: 19
- Position: #119 / 336
- Number of attempts: 9
Refactor to Helpers - 50 entries
This Rails partial is almost all template escapes. Put it into a helper, and refactor each case to methods so we can build out the controls for each. (I've converted to tabs - fighting with Vimgolf's default config shouldn't be part of the challenge.)
- Best score: 147
- Best player score: 242
- Position: #11 / 25
- Number of attempts: 3
Numbering a List - 1931 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 13
- Position: #20 / 652
- Number of attempts: 7
Shebangs for all - 1999 entries
We've all seen or used a shebang once or twice. Ditch the specific paths and leave just a dynamic Ruby and Python bath behind.
- Best score: 11
- Best player score: 11
- Position: #46 / 516
- Number of attempts: 3
Change the content of a string - 1580 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 22
- Position: #169 / 588
- Number of attempts: 2
Simple text editing with Vim - 12811 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1601 / 3694
- Number of attempts: 6
Reformat/Refactor a Golfer Class - 6982 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 65
- Position: #1599 / 1706
- Number of attempts: 1