Played Challenges
Rural Post - 4479 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Position: #109 / 1097
- Number of attempts: 16
Satisfy the go linter - 2391 entries
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
- Best score: 20
- Best player score: 24
- Position: #237 / 471
- Number of attempts: 13
Simple, Practical, and Common - 33617 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: 23
- Position: #2799 / 7421
- Number of attempts: 17
Swap values - 4616 entries
Well, swap the values...
- Best score: 11
- Best player score: 11
- Position: #302 / 1268
- Number of attempts: 8
prepend * to every non-blank line - 6312 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #379 / 1537
- Number of attempts: 12
One number per line - 18727 entries
Just give me the numbers.
- Best score: 14
- Best player score: 23
- Position: #3048 / 3864
- Number of attempts: 9
Swap values inside brackets - 2496 entries
Easy challenge.
- Best score: 14
- Best player score: 14
- Position: #69 / 579
- Number of attempts: 11
SCREAMING_SNAKE_CASE to Title Case - 1214 entries
Convert strings in SCREAMING_SNAKE_CASE to Title Case. Examples: EMPLOYEE_NAME -> Employee Name REVENUE_YEAR_TO_DATE -> Revenue Year To Date SALARY -> Salary
- Best score: 19
- Best player score: 34
- Position: #214 / 249
- Number of attempts: 3
Add semicolons - 10852 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #356 / 3063
- Number of attempts: 11
Bad Copy Syntax - 2037 entries
Copy should be from right to left, but sometimes you type it wrong.
- Best score: 18
- Best player score: 19
- Position: #155 / 525
- Number of attempts: 18
remove lines containing the word "reader" - 3586 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #239 / 1162
- Number of attempts: 14
Com(m)a Trouble - 3823 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 12
- Position: #85 / 865
- Number of attempts: 28
Box it - 7905 entries
Create a box around a line.
- Best score: 21
- Best player score: 162
- Position: #1874 / 1876
- Number of attempts: 1
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: #243 / 753
- Number of attempts: 4
Search and Replace 0 - 4989 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #701 / 1624
- Number of attempts: 4
That hyphen - 2595 entries
"vim vi improved"
- Best score: 9
- Best player score: 10
- Position: #268 / 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: #132 / 322
- Number of attempts: 6
Just the middle - 11454 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1320 / 4197
- Number of attempts: 6
Team names - 1836 entries
The team names are misspelled.
- Best score: 16
- Best player score: 16
- Position: #247 / 588
- Number of attempts: 12
Make HTML List - 1050 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 42
- Position: #113 / 273
- Number of attempts: 5
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: 17
- Position: #120 / 213
- Number of attempts: 15
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: #139 / 291
- Number of attempts: 3
Vice versa - 7907 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Position: #515 / 2128
- Number of attempts: 12
Order and join - 983 entries
There's something special about the input order.
- Best score: 10
- Best player score: 10
- Position: #68 / 259
- Number of attempts: 4
One to Ten - 2219 entries
Generate the sequence of numbers from 1 to 10, one number per line. Inspired by this Reddit thread: https://redd.it/ak4it2
- Best score: 12
- Best player score: 19
- Position: #567 / 672
- Number of attempts: 10
citizen_hacks_2019_challenge5 - 147 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 6
- Position: #28 / 77
- Number of attempts: 2
Join 'em - 251 entries
This shouldn't be too tough
- Best score: 4
- Best player score: 5
- Position: #124 / 151
- Number of attempts: 1
Remove quotes after first field - 380 entries
Remove the quotes around each field except for the first field.
- Best score: 16
- Best player score: 26
- Position: #79 / 91
- Number of attempts: 2
move titles next to url, in quotes - 534 entries
had trouble with something similar
- Best score: 19
- Best player score: 20
- Position: #22 / 141
- Number of attempts: 7
Space out the alphabet - 1657 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 15
- Position: #100 / 444
- Number of attempts: 9
I forgot quotes - 15983 entries
Oops.
- Best score: 10
- Best player score: 21
- Position: #3759 / 4180
- 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: #332 / 1078
- Number of attempts: 6
Words in parens - 12935 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #1051 / 3963
- Number of attempts: 10
Vertical Limit - 2538 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 23
- Position: #252 / 754
- Number of attempts: 9
The Cake is a Lie - 1346 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 9
- Position: #269 / 527
- Number of attempts: 4
Whitespace, empty lines and tabs - 3665 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 24
- Position: #381 / 787
- Number of attempts: 7
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: 18
- Position: #2660 / 3694
- Number of attempts: 5