Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put [challenge ID]

Played Challenges

Simple, Practical, and Common - 33236 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: 26
  • Position: #3401 / 7330
  • Number of attempts: 1
vim = 22 / 7 - 447 entries

pi square vim

  • Best score: 20
  • Best player score: 23
  • Position: #63 / 131
  • Number of attempts: 2
V to the i - 4717 entries

Input is 99 V's. Output is 100 i's.

  • Best score: 7
  • Best player score: 8
  • Position: #866 / 1874
  • Number of attempts: 3
Extract argument from function - 2283 entries

The aim is to see if you can do some refactoring very fast.

  • Best score: 13
  • Best player score: 15
  • Position: #399 / 739
  • Number of attempts: 2
Search and Replace 0 - 4766 entries

Replace every instance of 'aaa' with 'xaaax'.

  • Best score: 12
  • Best player score: 13
  • Position: #768 / 1578
  • Number of attempts: 2
Just the middle - 11318 entries

Delete the instructions at the top and bottom.

  • Best score: 7
  • Best player score: 8
  • Position: #1857 / 4152
  • Number of attempts: 1
Python Hello World! Reformatting - 930 entries

A novice Python using prints Hello World! and a pro shows him different way. Using vim to get into pro style from novice, win the challenge.

  • Best score: 39
  • Best player score: 43
  • Position: #161 / 361
  • Number of attempts: 2
Basic renumbering - 5514 entries

Renumbering Basic.

  • Best score: 11
  • Best player score: 18
  • Position: #634 / 1249
  • Number of attempts: 1
Create Leading Zeros - 208 entries

Create leading zeros only for id columns. Please use generic approach!

  • Best score: 23
  • Best player score: 43
  • Position: #54 / 78
  • Number of attempts: 5
Vice versa - 7675 entries

Little role switching.

  • Best score: 12
  • Best player score: 17
  • Position: #1481 / 2078
  • Number of attempts: 1
lipsum lines - 248 entries

Convert a quoted block of text into strings in a list.

  • Best score: 28
  • Best player score: 31
  • Position: #40 / 90
  • Number of attempts: 2
Angular naming conventions - 287 entries

In angular, a directive name follows the camelCase convention. When the directive is used in an HTML template, the words are instead separated by a dash. Go from to the other the fastest!

  • Best score: 18
  • Best player score: 18
  • Position: #3 / 112
  • Number of attempts: 2
O Christmas Tree - 102 entries

Design a macro that makes trees grow (or ASCII triangles, if that's too hard).

  • Best score: 22
  • Best player score: 34
  • Position: #39 / 41
  • Number of attempts: 3
Swap assigned value - 593 entries

Simple problem but looking for interesting solutions.

  • Best score: 10
  • Best player score: 13
  • Position: #214 / 242
  • Number of attempts: 3
VimGolfNight - 524 entries

Based on "The name of the game".

  • Best score: 12
  • Best player score: 12
  • Position: #139 / 339
  • Number of attempts: 1
camel riding - 765 entries

add a prefix on some camelCase variables

  • Best score: 15
  • Best player score: 17
  • Position: #173 / 273
  • Number of attempts: 1
Line 'em up! - 387 entries

It can be so hard to keep everything neatly lined-up. Somebody clearly hasn't bothered here. Tidy it up, please!

  • Best score: 17
  • Best player score: 18
  • Position: #40 / 108
  • Number of attempts: 3
I forgot quotes - 15880 entries

Oops.

  • Best score: 10
  • Best player score: 14
  • Position: #1568 / 4146
  • Number of attempts: 3
-a-b-c- - 3160 entries

Put hyphens everywhere.

  • Best score: 13
  • Best player score: 16
  • Position: #733 / 1124
  • Number of attempts: 2
Suffix sort - 244 entries

Sort from the end of the line, as if the letters in each line were reversed.

  • Best score: 19
  • Best player score: 24
  • Position: #27 / 64
  • Number of attempts: 4
Two become one - 710 entries

We have two c arrays and want to make one two dimensional out of it. Can we do that?

  • Best score: 25
  • Best player score: 30
  • Position: #76 / 205
  • Number of attempts: 3
Five Pillars - 60 entries

Arrange all words in a table with 5 columns. The minimal space between words in columns is 2 spaces. Columns do have varying width.

  • Best score: 41
  • Best player score: 76
  • Position: #17 / 22
  • Number of attempts: 4
Piphilology - 131 entries

Piphilology comprises the creation and use of mnemonic techniques to remember a span of digits of the mathematical constant π. http://en.wikipedia.org/wiki/Piphilology

  • Best score: 29
  • Best player score: 35
  • Position: #18 / 51
  • Number of attempts: 5
Mess in revision history - 1157 entries

Help Joe clean up what Steve has cobbled.

  • Best score: 17
  • Best player score: 22
  • Position: #109 / 245
  • Number of attempts: 3
Carriage return - 42 entries

I have some raw data from terminal output which uses carriege return for formatting. Carriage return sets the pointer to the first character on the line, and subsequent characters will overwrite what was there before. The challange is to simulate the terminal behaviour in vim. I'm kind of unsure if I should have skipped lines 9 and 15, since there might be some interesting solutions which are not that generic. Happy Golfing!

  • Best score: 22
  • Best player score: 22
  • Position: #7 / 20
  • Number of attempts: 4
A HAPPY NEW YEAR 2014 ! - 10584 entries

A HAPPY NEW YEAR 2014 !

  • Best score: 11
  • Best player score: 12
  • Position: #1631 / 3653
  • Number of attempts: 1
attr_aligner - 3408 entries

Two attr keywords. Two separate indentations. Align the colons.

  • Best score: 19
  • Best player score: 30
  • Position: #351 / 689
  • Number of attempts: 4
Counting in binary - 447 entries

"a" represents 0; "A" represents 1. Start from zero and count to 15.

  • Best score: 16
  • Best player score: 25
  • Position: #40 / 112
  • Number of attempts: 5
Letter case trickery - 1588 entries

This file is in a downright esoteric format, consisting of hexadecimal numbers, non-hexadecimal keywords, and "Z" indicating end-of-line. Make the hexadecimal numbers lowercase.

  • Best score: 9
  • Best player score: 12
  • Position: #309 / 509
  • Number of attempts: 1
Sort the VimGolf challenges by popularity - 344 entries

"Sort by popularity" is a good order to play the challenges. Not perfect, but you could do a lot worse. ;) Input is a sample copy-pasted from vimgolf.com. Some of the challenge names have digits that will get in your way, so read ":help :sort" for hints on sorting with a regex. When you're done, try your solution on the full list!

  • Best score: 15
  • Best player score: 16
  • Position: #48 / 104
  • Number of attempts: 2
Number an outline - 246 entries

The indent and words are right, but the numbers are all wrong.

  • Best score: 25
  • Best player score: 67
  • Position: #60 / 74
  • Number of attempts: 2
Words in parens - 12821 entries

We should all ace this, right?

  • Best score: 13
  • Best player score: 16
  • Position: #2016 / 3938
  • Number of attempts: 1
Pairs of numbers - 349 entries

Line 1 represents x, line 2 y-data. Bring the corresponding pairs in the form "[x,y]\n"

  • Best score: 26
  • Best player score: 34
  • Position: #56 / 132
  • Number of attempts: 4
Hole-in-one - 1012 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: 18
  • Position: #129 / 302
  • Number of attempts: 2
Delete unwanted lines - 392 entries

Delete all lines which does not end in "o.."

  • Best score: 9
  • Best player score: 9
  • Position: #114 / 224
  • Number of attempts: 2
Word frequency alignment - 273 entries

You've got to align the second column, but the spacing is inconvenient and there are nasty tabs in the way. If you're a "real Vim ninja," this could be very quick indeed...

  • Best score: 5
  • Best player score: 5
  • Position: #84 / 156
  • Number of attempts: 1
Minimalist Limerick - 514 entries

Reproduce this lovely poem.

  • Best score: 31
  • Best player score: 34
  • Position: #66 / 170
  • Number of attempts: 6
Prefixes and suffixes - 590 entries

Generate all prefixes of "vimchallenge", then all suffixes.

  • Best score: 17
  • Best player score: 23
  • Position: #57 / 191
  • Number of attempts: 2
NATO phonetic alphabet - 498 entries

Transform the series of words into a list.

  • Best score: 19
  • Best player score: 21
  • Position: #88 / 189
  • Number of attempts: 3
A simple change - 434 entries

Just change the numbers in the most efficient way ...

  • Best score: 12
  • Best player score: 14
  • Position: #96 / 187
  • Number of attempts: 4
The name of the game - 643 entries

End up with the name of the game.

  • Best score: 11
  • Best player score: 11
  • Position: #154 / 353
  • Number of attempts: 1
lamb had a little Mary - 570 entries

"Mary" and "lamb" are swapped. Unswap them. Fast as you can.

  • Best score: 16
  • Best player score: 32
  • Position: #62 / 160
  • Number of attempts: 5
SFD-ROC: vimvimvim - 1550 entries

Oh no, this line is longer than 80 chars... put each 'vim' on a new line.

  • Best score: 8
  • Best player score: 9
  • Position: #194 / 435
  • Number of attempts: 3
Stairs Indenting - 442 entries

Indent each line with <line number> whitespaces.

  • Best score: 12
  • Best player score: 14
  • Position: #113 / 191
  • Number of attempts: 2
Let's play some Ivmgolf - 1066 entries

Oops, I spelled that wrong.

  • Best score: 7
  • Best player score: 9
  • Position: #227 / 436
  • Number of attempts: 2
you're stuck on jQuery < 1.7 - 335 entries

replace calls to jQuery 1.7+'s `on` with calls to pre 1.7 `bind`

  • Best score: 25
  • Best player score: 31
  • Position: #71 / 110
  • Number of attempts: 3
Recursively Palindrome - 235 entries

Note that there are 2^6-1 characters.

  • Best score: 21
  • Best player score: 37
  • Position: #61 / 72
  • Number of attempts: 1
Exchanging Quotes - 801 entries

Sometimes you need to exchange a choice of quotes in some code.

  • Best score: 30
  • Best player score: 36
  • Position: #113 / 221
  • Number of attempts: 3
replacing each line of a block selection - 2901 entries

replace each line's ../assets/js with /javascripts

  • Best score: 18
  • Best player score: 27
  • Position: #570 / 759
  • Number of attempts: 3
Switch function arguments - 2019 entries

How to switch two arguments of a function.

  • Best score: 11
  • Best player score: 13
  • Position: #372 / 637
  • Number of attempts: 2
Append semicolon after expressions - 986 entries

Some lines need the semicolon, some don't.

  • Best score: 11
  • Best player score: 12
  • Position: #197 / 397
  • Number of attempts: 1
Reverse and double space - 475 entries

Reverse the order of the given lines and double space everything

  • Best score: 14
  • Best player score: 17
  • Position: #142 / 191
  • Number of attempts: 1
Remove noise from HTTP log - 675 entries

This piece of log (from the year 2000) contains some irrelevant data. We only want to see the HTTP method and resource.

  • Best score: 15
  • Best player score: 15
  • Position: #87 / 266
  • Number of attempts: 2
Remove semicolons after expressions - 602 entries

A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.

  • Best score: 6
  • Best player score: 8
  • Position: #204 / 253
  • Number of attempts: 1
switch variable - 5012 entries

how fast can you switch two variable ?

  • Best score: 11
  • Best player score: 16
  • Position: #1554 / 1728
  • Number of attempts: 1
The meaning - 543 entries

Numbers are fun!

  • Best score: 5
  • Best player score: 5
  • Position: #214 / 350
  • Number of attempts: 1
Ugly spreadsheet copy/paste to CSV - 953 entries

convert an ugly spreadsheet copy/paste into a CSV format.

  • Best score: 19
  • Best player score: 31
  • Position: #84 / 184
  • Number of attempts: 2
Replacing some words - 418 entries

How fast could it be?

  • Best score: 17
  • Best player score: 24
  • Position: #87 / 147
  • Number of attempts: 1
Make it more readable - 1930 entries

Insert blank lines to make it more organized and readable

  • Best score: 13
  • Best player score: 14
  • Position: #154 / 636
  • Number of attempts: 4
remove dupes from array - 1324 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: 22
  • Position: #171 / 328
  • Number of attempts: 2
PHP Array Syntax -> MailChimp Merge Syntax - 505 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: 25
  • Position: #53 / 146
  • Number of attempts: 5
imports alignment (python) - 657 entries

Align as one import per line.

  • Best score: 17
  • Best player score: 20
  • Position: #91 / 194
  • Number of attempts: 3
HTML to Haml - 838 entries

Help convert this HTML page to Haml.

  • Best score: 23
  • Best player score: 30
  • Position: #52 / 201
  • Number of attempts: 7
Generate English Alphabets - 456 entries

Start with a, get up to z.

  • Best score: 19
  • Best player score: 35
  • Position: #172 / 198
  • Number of attempts: 3
Numbering a List - 1849 entries

Pretty simple, number the list.

  • Best score: 13
  • Best player score: 20
  • Position: #309 / 636
  • Number of attempts: 2
Ruby 1.9 hashes - 1202 entries

Rubyists talk about being cutting edge but how many are using 1.9 in production? Time to convert those verbose 1.8 hashes in to symbolic, succinct 1.9 beauties!

  • Best score: 12
  • Best player score: 13
  • Position: #153 / 394
  • Number of attempts: 3
Assignment Alignment - 824 entries

line up the operators. Use spaces, not tabs.

  • Best score: 18
  • Best player score: 20
  • Position: #86 / 215
  • Number of attempts: 8
Shebangs for all - 1846 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: 14
  • Position: #215 / 486
  • Number of attempts: 8
A Simple One - 978 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: #362 / 636
  • Number of attempts: 1
Ruby 1.9 compat - 608 entries

Remember when Ruby supported `when <expr> :`? Well, it doesn't in 1.9, so let's make sure we use `then`, without ruining our lovely new hash syntax!

  • Best score: 14
  • Best player score: 16
  • Position: #134 / 229
  • Number of attempts: 1
Reverse Simple Deletion - 824 entries

You did the simple deletion, now reverse it.

  • Best score: 11
  • Best player score: 12
  • Position: #282 / 450
  • Number of attempts: 1
The Cake is a Lie - 1266 entries

Correct the capitalization of each word

  • Best score: 9
  • Best player score: 9
  • Position: #166 / 506
  • Number of attempts: 2
Make Fancy Header - 996 entries

Make the header text stand out with surrounding asterisks

  • Best score: 16
  • Best player score: 16
  • Position: #79 / 335
  • Number of attempts: 2
Reformat a C golf submission - 547 entries

Take this C golf submission (for the "tiny but standards-compliant Hello World program" category, naturally), and turn it into formatted C code.

  • Best score: 22
  • Best player score: 28
  • Position: #58 / 198
  • Number of attempts: 6
Change the content of a string - 1425 entries

This docstring is a complete lie. Fix it.

  • Best score: 22
  • Best player score: 22
  • Position: #125 / 542
  • Number of attempts: 4
Sort and add attributes - 1273 entries

Sort the states and add the attribute country to each record.

  • Best score: 33
  • Best player score: 33
  • Position: #171 / 510
  • Number of attempts: 2
Reconstruct the Sentence - 1265 entries

Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.

  • Best score: 20
  • Best player score: 21
  • Position: #200 / 366
  • Number of attempts: 2
Braces or Brackets? - 779 entries

Someone forgot whether to use braces or brackets and you have to clean up their code!

  • Best score: 34
  • Best player score: 41
  • Position: #91 / 268
  • Number of attempts: 2
Whitespace, empty lines and tabs - 3136 entries

Convert tabs to spaces, strip empty lines and trailing whitespace.

  • Best score: 16
  • Best player score: 22
  • Position: #267 / 699
  • Number of attempts: 3
Simple text editing with Vim - 11962 entries

Make the pairs of lines match up by making each second line same as first

  • Best score: 13
  • Best player score: 16
  • Position: #2081 / 3502
  • Number of attempts: 2
Reformat/Refactor a Golfer Class - 6336 entries

A simple case of removing unneeded code and fixing broken indentation.

  • Best score: 32
  • Best player score: 35
  • Position: #346 / 1561
  • Number of attempts: 3
Quota
Twitter:

Outdoor, Sport, Computers, Photography, Movies/TV Shows.

entered into 81 challenges

contributed 0 challenges