Played Challenges
Add semicolons - 10285 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Number of attempts: 4
Box it - 7592 entries
Create a box around a line.
- Best score: 21
- Best player score: 22
- Number of attempts: 5
Delete to the end of the current line - 700 entries
Delete to the end of the current line, but keep the character under the cursor.
- Best score: 5
- Best player score: 5
- Number of attempts: 3
remove lines containing the word "reader" - 3409 entries
easy stuff
- Best score: 9
- Best player score: 9
- Number of attempts: 2
Split line with dots - 2075 entries
This line is too long, split it.
- Best score: 15
- Best player score: 15
- Number of attempts: 3
Swap values - 4374 entries
Well, swap the values...
- Best score: 11
- Best player score: 12
- Number of attempts: 6
Simple, Practical, and Common - 32648 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
- Number of attempts: 10
VimGolfNight - 479 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Number of attempts: 1
quotes inside quotes - 2996 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: 3
- Best player score: 17
- Number of attempts: 1
Words in parens - 12674 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Number of attempts: 4
Let's play some Ivmgolf - 976 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 9
- Number of attempts: 2
switch variable - 4863 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Number of attempts: 3
Replacing some words - 405 entries
How fast could it be?
- Best score: 17
- Best player score: 20
- Number of attempts: 6
remove dupes from array - 1260 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: 17
- Number of attempts: 9
Sort entries based on date - 315 entries
Sort some entries in a Ledger-file based on date.
- Best score: 11
- Best player score: 11
- Number of attempts: 3
PHP Array Syntax -> MailChimp Merge Syntax - 440 entries
I recently needed to send an e-mail to our marketing department listing allowed merge tags for our MailChimp campaigns. The allowed merge tags were determined from a PHP array in one of our PHP classes. I transformed the PHP class to MailChimp's syntax and sent the e-mail. It was, however, a long, laborious process. I'm still fairly new to Vim and would love to see how an expert Vim user would tackle one of my own, real-world problems. Thanks and have fun!
- Best score: 23
- Best player score: 23
- Number of attempts: 8
Simple text editing with Vim - 11332 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Number of attempts: 3