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

Search and Replace 0 - 4743 entries

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

  • Best score: 12
  • Best player score: 12
  • Position: #257 / 1572
  • Number of attempts: 4
Just the middle - 11283 entries

Delete the instructions at the top and bottom.

  • Best score: 7
  • Best player score: 9
  • Position: #3223 / 4140
  • Number of attempts: 2
Swap assigned value - 572 entries

Simple problem but looking for interesting solutions.

  • Best score: 10
  • Best player score: 11
  • Position: #143 / 238
  • Number of attempts: 4
VimGolfNight - 520 entries

Based on "The name of the game".

  • Best score: 12
  • Best player score: 12
  • Position: #96 / 338
  • Number of attempts: 1
Logging with key - 299 entries

Sometimes it is better to log with meaningful key

  • Best score: 21
  • Best player score: 31
  • Position: #53 / 85
  • Number of attempts: 2
I forgot quotes - 15840 entries

Oops.

  • Best score: 10
  • Best player score: 17
  • Position: #2749 / 4133
  • Number of attempts: 1
attr_aligner - 3403 entries

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

  • Best score: 19
  • Best player score: 52
  • Position: #663 / 686
  • Number of attempts: 1
quotes inside quotes - 3077 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: 15
  • Position: #380 / 1057
  • Number of attempts: 3
Hanging Indent for Footnotes - 69 entries

Format this footnote (in kramdown syntax) so that it has hanging indent.

  • Best score: 17
  • Best player score: 27
  • Position: #24 / 28
  • Number of attempts: 1
REDRUM - 147 entries

If you remember "The Shinning", the first time you saw the bloody word REDRUM you probably thinked "What the Hell is that?" Well, then you know that you need a little help from a looking-glass to make sense of it. Now it's time to use vim like a mirror to reveal the message.

  • Best score: 14
  • Best player score: 28
  • Position: #51 / 60
  • Number of attempts: 2
Block Fun 1 - 187 entries

Manipulate the columns to produce desired result.

  • Best score: 14
  • Best player score: 19
  • Position: #25 / 71
  • Number of attempts: 5
NATO phonetic alphabet - 490 entries

Transform the series of words into a list.

  • Best score: 19
  • Best player score: 21
  • Position: #85 / 185
  • Number of attempts: 3
A simple change - 429 entries

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

  • Best score: 12
  • Best player score: 14
  • Position: #92 / 184
  • Number of attempts: 1
lamb had a little Mary - 569 entries

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

  • Best score: 16
  • Best player score: 25
  • Position: #40 / 159
  • Number of attempts: 8
Stairs Indenting - 440 entries

Indent each line with <line number> whitespaces.

  • Best score: 12
  • Best player score: 13
  • Position: #40 / 189
  • Number of attempts: 2
Vertical Limit - 2389 entries

transform a succession of one word lines to a an array of strings

  • Best score: 21
  • Best player score: 24
  • Position: #268 / 724
  • Number of attempts: 3
replacing each line of a block selection - 2883 entries

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

  • Best score: 18
  • Best player score: 21
  • Position: #357 / 756
  • Number of attempts: 3
Switch function arguments - 2002 entries

How to switch two arguments of a function.

  • Best score: 11
  • Best player score: 12
  • Position: #237 / 634
  • Number of attempts: 3
Append semicolon after expressions - 975 entries

Some lines need the semicolon, some don't.

  • Best score: 11
  • Best player score: 12
  • Position: #190 / 394
  • Number of attempts: 2
Reverse and double space - 471 entries

Reverse the order of the given lines and double space everything

  • Best score: 14
  • Best player score: 15
  • Position: #79 / 190
  • Number of attempts: 2
Remove noise from HTTP log - 668 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: 16
  • Position: #167 / 264
  • Number of attempts: 3
Remove semicolons after expressions - 580 entries

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

  • Best score: 6
  • Best player score: 8
  • Position: #197 / 245
  • Number of attempts: 1
Ugly spreadsheet copy/paste to CSV - 950 entries

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

  • Best score: 19
  • Best player score: 23
  • Position: #66 / 182
  • Number of attempts: 11
Multiplication table. - 195 entries

Create a multiplication table.

  • Best score: 31
  • Best player score: 89
  • Position: #48 / 63
  • Number of attempts: 2
Numbering a List - 1845 entries

Pretty simple, number the list.

  • Best score: 13
  • Best player score: 24
  • Position: #465 / 634
  • Number of attempts: 1
Ruby 1.9 hashes - 1184 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: 14
  • Position: #219 / 391
  • Number of attempts: 2
Assignment Alignment - 824 entries

line up the operators. Use spaces, not tabs.

  • Best score: 18
  • Best player score: 19
  • Position: #65 / 215
  • Number of attempts: 9
Sorting paragraphs - 501 entries

Order the paragraphs correctly, per prefixed index

  • Best score: 18
  • Best player score: 25
  • Position: #51 / 155
  • Number of attempts: 5
The Cake is a Lie - 1257 entries

Correct the capitalization of each word

  • Best score: 9
  • Best player score: 10
  • Position: #337 / 503
  • Number of attempts: 1
Make Fancy Header - 996 entries

Make the header text stand out with surrounding asterisks

  • Best score: 16
  • Best player score: 18
  • Position: #232 / 335
  • Number of attempts: 2
Change the content of a string - 1409 entries

This docstring is a complete lie. Fix it.

  • Best score: 22
  • Best player score: 23
  • Position: #254 / 536
  • Number of attempts: 3
Sort and add attributes - 1245 entries

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

  • Best score: 33
  • Best player score: 34
  • Position: #309 / 503
  • Number of attempts: 2
Whitespace, empty lines and tabs - 3099 entries

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

  • Best score: 16
  • Best player score: 21
  • Position: #192 / 687
  • Number of attempts: 3
US Dollar Price
Twitter:

Tweets you the price of the US Dollar ...in Bitcoin. Price source is Coinbase (http://t.co/AAHTmXP8tm).

entered into 33 challenges

contributed 0 challenges