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: 22
  • Position: #4 / 7330
  • Number of attempts: 4
Swap values - 4513 entries

Well, swap the values...

  • Best score: 11
  • Best player score: 14
  • Position: #652 / 1250
  • Number of attempts: 1
One number per line - 18559 entries

Just give me the numbers.

  • Best score: 14
  • Best player score: 19
  • Position: #1571 / 3830
  • 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: 7
  • Position: #183 / 1874
  • Number of attempts: 3
Split line with dots - 2113 entries

This line is too long, split it.

  • Best score: 15
  • Best player score: 15
  • Position: #4 / 625
  • Number of attempts: 4
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: 14
  • Position: #336 / 739
  • Number of attempts: 6
Just the middle - 11318 entries

Delete the instructions at the top and bottom.

  • Best score: 7
  • Best player score: 8
  • Position: #1729 / 4152
  • Number of attempts: 3
Make HTML List - 997 entries

Turn the comma separated list into an unordered html list.

  • Best score: 33
  • Best player score: 54
  • Position: #232 / 265
  • Number of attempts: 1
Missing Library and a Typo - 838 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: 15
  • Best player score: 19
  • Position: #132 / 206
  • Number of attempts: 1
Create a table - 324 entries

Convert the given input into a formatted table

  • Best score: 16
  • Best player score: 20
  • Position: #77 / 103
  • Number of attempts: 2
Wrap text in quotes - 349 entries

All the blocks of text should be wrapped in quotation marks.

  • Best score: 16
  • Best player score: 17
  • Position: #48 / 120
  • Number of attempts: 2
Vice versa - 7687 entries

Little role switching.

  • Best score: 12
  • Best player score: 14
  • Position: #843 / 2079
  • Number of attempts: 2
Pretty multi-line bash - 218 entries

Bash line continuations are much prettier when they're column aligned.

  • Best score: 15
  • Best player score: 31
  • Position: #64 / 75
  • Number of attempts: 1
C Reformatting - 688 entries

You may use Visual mode... or not. #uppercase

  • Best score: 30
  • Best player score: 55
  • Position: #102 / 161
  • Number of attempts: 1
Sorting a glossary - 118 entries

Sort a glossary. Glossary head contains a header phrase ending with ':' and glossary body has multi line text indented with a tab.

  • Best score: 6
  • Best player score: 6
  • Position: #10 / 76
  • Number of attempts: 1
Alsa configuration - 485 entries

I'm tweaking my ~/.asoundrc file!

  • Best score: 22
  • Best player score: 23
  • Position: #52 / 123
  • Number of attempts: 2
Align commas - 1049 entries

There are 15,000 aligning challenges on vimgolf.com, and they're all exactly the same. I hope this one is a little different.

  • Best score: 11
  • Best player score: 17
  • Position: #142 / 241
  • Number of attempts: 1
ascii-art diamond - 35 entries

Simple ascii-art diamond. The grid is 40x40.

  • Best score: 40
  • Best player score: 56
  • Position: #13 / 15
  • Number of attempts: 2
A grid of punctuation - 120 entries

Create a checkerboard of = and - in an 80×24 grid!

  • Best score: 16
  • Best player score: 16
  • Position: #7 / 56
  • Number of attempts: 2
From A to B - 562 entries

Mirror and change this text block

  • Best score: 16
  • Best player score: 21
  • Position: #115 / 154
  • Number of attempts: 2
Collect List - 4228 entries

Convert to comma separated list.

  • Best score: 12
  • Best player score: 12
  • Position: #23 / 1179
  • Number of attempts: 2
Rail fence transposition cipher - 70 entries

Solve a rail fence transposition cipher using vim. This ciphertext was created using two rails. Use vim to transpose the text and recover the original quote.

  • Best score: 14
  • Best player score: 28
  • Position: #19 / 24
  • Number of attempts: 1
swap or reverse - 110 entries

Try to swap or reverse the line as needed.

  • Best score: 16
  • Best player score: 16
  • Position: #8 / 64
  • Number of attempts: 1
readability - 310 entries

Make the code readable by adding some spaces

  • Best score: 18
  • Best player score: 18
  • Position: #7 / 147
  • Number of attempts: 1
Interleave lines - 143 entries

This is some kind of « paste -d'\n' c b a ». There are many ways to achieve this.. just find the shortest!

  • Best score: 17
  • Best player score: 34
  • Position: #39 / 56
  • Number of attempts: 3
Logging with key - 301 entries

Sometimes it is better to log with meaningful key

  • Best score: 21
  • Best player score: 33
  • Position: #58 / 86
  • Number of attempts: 1
Space out the alphabet - 1610 entries

Put 3 spaces between adjacent letters.

  • Best score: 15
  • Best player score: 21
  • Position: #268 / 438
  • Number of attempts: 4
remove all lines in first part - 190 entries

From the second part, remove all lines in the first part. It can be useful when you have done something from a long list, you want to know what is not done yet!

  • Best score: 13
  • Best player score: 15
  • Position: #13 / 65
  • Number of attempts: 3
Fix the XML - 962 entries

The challenge consists in having a valid xml from an incomplete source.

  • Best score: 18
  • Best player score: 24
  • Position: #108 / 280
  • 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: 21
  • Position: #66 / 108
  • Number of attempts: 1
Shuffled numbers - 228 entries

Each number is paired with the number it should follow. That's enough information to put them in order.

  • Best score: 15
  • Best player score: 15
  • Position: #10 / 92
  • Number of attempts: 3
Mute the second method of this script - 447 entries

prepend a # infront of every line of the second method

  • Best score: 9
  • Best player score: 9
  • Position: #62 / 237
  • Number of attempts: 3
Remove hard line breaks - 64 entries

Text files with Hard breaks are not good for e-readers. We need remove all hard line breaks and have long lines.

  • Best score: 10
  • Best player score: 14
  • Position: #14 / 30
  • Number of attempts: 3
I forgot quotes - 15880 entries

Oops.

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

Put hyphens everywhere.

  • Best score: 13
  • Best player score: 15
  • Position: #539 / 1124
  • Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10584 entries

A HAPPY NEW YEAR 2014 !

  • Best score: 11
  • Best player score: 11
  • Position: #660 / 3653
  • Number of attempts: 3
Words in parens - 12821 entries

We should all ace this, right?

  • Best score: 13
  • Best player score: 14
  • Position: #650 / 3938
  • Number of attempts: 4
Tiny column alignment - 41 entries

Align using the four blocks, don't forget to lowercase and have fun!

  • Best score: 33
  • Best player score: 40
  • Position: #9 / 19
  • Number of attempts: 8
Louis Caruana
Twitter:

USAF vet, astronomy, Libertarian GOP, Linux, & soccer. Desperately hoping for an end of 1 party, 2 names government.

entered into 38 challenges

contributed 0 challenges