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

vim = 22 / 7 - 475 entries

pi square vim

  • Best score: 20
  • Best player score: 34
  • Position: #104 / 135
  • Number of attempts: 1
Wrap the text of an email message to 79 characters - 851 entries

You're replying to an email with silly long lines. Clean them up.

  • Best score: 5
  • Best player score: 5
  • Position: #35 / 440
  • Number of attempts: 1
Search and Replace 0 - 5040 entries

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

  • Best score: 12
  • Best player score: 20
  • Position: #1473 / 1642
  • Number of attempts: 1
That hyphen - 2602 entries

"vim vi improved"

  • Best score: 9
  • Best player score: 12
  • Position: #384 / 704
  • Number of attempts: 1
Python Hello World! Reformatting - 1010 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: 50
  • Position: #352 / 386
  • Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10718 entries

A HAPPY NEW YEAR 2014 !

  • Best score: 11
  • Best player score: 12
  • Position: #1915 / 3702
  • Number of attempts: 2
Minimalist Limerick - 520 entries

Reproduce this lovely poem.

  • Best score: 30
  • Best player score: 34
  • Position: #58 / 174
  • Number of attempts: 2
imports alignment (python) - 703 entries

Align as one import per line.

  • Best score: 17
  • Best player score: 17
  • Position: #13 / 199
  • Number of attempts: 2
Rotating Philosophers Problem - 410 entries

Can you help the philosophers find a good place to sit before they get five forks and spaghetti?

  • Best score: 29
  • Best player score: 30
  • Position: #51 / 166
  • Number of attempts: 3
Reformat long lines - 368 entries

Rearrange this ruby method call to put each parameter on its own line. Could become a useful macro.

  • Best score: 15
  • Best player score: 21
  • Position: #96 / 137
  • Number of attempts: 1
Numbering a List - 1940 entries

Pretty simple, number the list.

  • Best score: 13
  • Best player score: 25
  • Position: #488 / 656
  • Number of attempts: 1
Java Array2List - 233 entries

Convert an java array initializer into a list.

  • Best score: 67
  • Best player score: 119
  • Position: #65 / 87
  • Number of attempts: 1
A Simple One - 1069 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: #74 / 672
  • Number of attempts: 1
Ruby 1.9 compat - 642 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: 19
  • Position: #195 / 237
  • Number of attempts: 2
Reverse Simple Deletion - 862 entries

You did the simple deletion, now reverse it.

  • Best score: 11
  • Best player score: 12
  • Position: #182 / 463
  • Number of attempts: 1
Increment, increment, increment.... - 703 entries

Vim likes macros

  • Best score: 10
  • Best player score: 12
  • Position: #117 / 414
  • Number of attempts: 2
The Cake is a Lie - 1389 entries

Correct the capitalization of each word

  • Best score: 9
  • Best player score: 11
  • Position: #418 / 538
  • Number of attempts: 1
Context insensitive completion 0 - 592 entries

Buried in the lines you're not supposed to add is the line "Add this line!" Add that line to the top of the file.

  • Best score: 6
  • Best player score: 10
  • Position: #221 / 250
  • Number of attempts: 1
Context Insensitive completion 1 - 512 entries

Finish writing this simple Python HTTP server.

  • Best score: 18
  • Best player score: 18
  • Position: #60 / 248
  • Number of attempts: 1
Make Fancy Header - 1079 entries

Make the header text stand out with surrounding asterisks

  • Best score: 15
  • Best player score: 18
  • Position: #226 / 351
  • Number of attempts: 1
Reformat some Python - 627 entries

Fix some very bizarrely laid-out code.

  • Best score: 34
  • Best player score: 47
  • Position: #162 / 240
  • Number of attempts: 1
Reformat a C golf submission - 620 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: 39
  • Position: #167 / 213
  • Number of attempts: 1
Reformat most common surnames - 794 entries

Reformat copy-pasted table into a list of the most common surnames

  • Best score: 23
  • Best player score: 44
  • Position: #185 / 229
  • Number of attempts: 1
Remember FizzBuzz? - 786 entries

Output FizzBuzz to 100. Start with nothing.

  • Best score: 39
  • Best player score: 71
  • Position: #158 / 203
  • Number of attempts: 1
Get rid of html tags - 440 entries

Want to read more about Vim's background? Then get rid of those html tags...

  • Best score: 12
  • Best player score: 22
  • Position: #199 / 251
  • Number of attempts: 1
Change the content of a string - 1736 entries

This docstring is a complete lie. Fix it.

  • Best score: 22
  • Best player score: 27
  • Position: #470 / 635
  • Number of attempts: 2
Sort and add attributes - 1552 entries

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

  • Best score: 33
  • Best player score: 36
  • Position: #450 / 599
  • Number of attempts: 3
Add fold markers to a .c file - 689 entries

Fold markers can make it easier to navigate source code. Add them to this .c file.

  • Best score: 30
  • Best player score: 34
  • Position: #72 / 196
  • Number of attempts: 1
Reconstruct the Sentence - 1690 entries

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

  • Best score: 19
  • Best player score: 23
  • Position: #296 / 444
  • Number of attempts: 1
Braces or Brackets? - 1132 entries

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

  • Best score: 34
  • Best player score: 54
  • Position: #285 / 346
  • Number of attempts: 1
Whitespace, empty lines and tabs - 3917 entries

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

  • Best score: 16
  • Best player score: 27
  • Position: #465 / 837
  • Number of attempts: 2
Flodder-challenge - 1432 entries

Replace the text the most efficient and win!

  • Best score: 27
  • Best player score: 39
  • Position: #245 / 365
  • Number of attempts: 1
Simple text editing with Vim - 13343 entries

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

  • Best score: 13
  • Best player score: 14
  • Position: #862 / 3830
  • Number of attempts: 2
Dezső Zoltán
Twitter:

Virtual Worlds. Real Experience.

entered into 33 challenges

contributed 0 challenges