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

New teacher - 800 entries

Update the details of the new CS teacher.

  • Best score: 19
  • Best player score: 25
  • Position: #69 / 164
  • Number of attempts: 2
months to html list items - 929 entries

Turn the months into list items.

  • Best score: 22
  • Best player score: 25
  • Position: #103 / 245
  • Number of attempts: 3
Quicksort - 1848 entries

We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.

  • Best score: 6
  • Best player score: 30
  • Position: #312 / 405
  • Number of attempts: 1
Populate 3D bone names list - 580 entries

Ran into this at work, excited to see how this gets optimized

  • Best score: 21
  • Best player score: 32
  • Position: #100 / 147
  • Number of attempts: 1
Find fix point of cos - 1308 entries

Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.

  • Best score: 14
  • Best player score: 20
  • Position: #296 / 384
  • Number of attempts: 1
Insert column data on Confluence-style table - 444 entries

Add ip addresses into new "IP" column based on the last digits from the "Server" column

  • Best score: 33
  • Best player score: 66
  • Position: #74 / 106
  • Number of attempts: 1
Surround the 'z' character with brackets, quotes, and print as formatted string. - 532 entries

Surround the 'z' character with brackets, quotes, and print as formatted string.

  • Best score: 17
  • Best player score: 17
  • Position: #202 / 294
  • Number of attempts: 1
Paste a column after a column - 2488 entries

This task is very common while using multi-cursor. What is the elegant vim way ?

  • Best score: 14
  • Best player score: 34
  • Position: #422 / 538
  • Number of attempts: 1
Tabbed Table to Python Array - 706 entries

Not payed by the hour? So make it fast ;-) The table contains the relative occurencies of bigrams (two consecutive letters) in 1/100,000 in the german language, copy-pasted from http://www.mathe.tu-freiberg.de/~hebisch/cafe/kryptographie/bigramme.html

  • Best score: 50
  • Best player score: 60
  • Position: #86 / 174
  • Number of attempts: 2
HS exam question - 1560 entries

Convert the data to a python dictionary

  • Best score: 47
  • Best player score: 71
  • Position: #209 / 412
  • Number of attempts: 1
delete swap - 1758 entries

delete all swap

  • Best score: 5
  • Best player score: 5
  • Position: #329 / 544
  • Number of attempts: 1
Put a newline after every 10 lines in vim - 1656 entries

Goal is to put a newline after every 10 lines in vim.

  • Best score: 10
  • Best player score: 13
  • Position: #401 / 555
  • Number of attempts: 1
hello-world-vimgolf - 2484 entries

Simple number generation

  • Best score: 10
  • Best player score: 10
  • Position: #319 / 703
  • Number of attempts: 2
Contribute to keyboard mashing - 890 entries

Speak in tongues

  • Best score: 17
  • Best player score: 20
  • Position: #205 / 270
  • Number of attempts: 1
Learn to ask for :help - 587 entries

Learn to use the help to reduce your strokes...

  • Best score: 19
  • Best player score: 45
  • Position: #113 / 130
  • Number of attempts: 2
Migrated to Postgres! - 323 entries

Celebration completion of this project. https://github.com/igrigorik/vimgolf/pull/322

  • Best score: 26
  • Best player score: 29
  • Position: #68 / 126
  • Number of attempts: 3
simple replacements - 1749 entries

The goal is to see the replacement commands in action.

  • Best score: 19
  • Best player score: 21
  • Position: #156 / 379
  • Number of attempts: 9
Inverting Lines - 1879 entries

A simple challenge to invert all lines, except the first.

  • Best score: 10
  • Best player score: 12
  • Position: #304 / 507
  • Number of attempts: 5
Modernise code - 1386 entries

Modernise and clean up some C++ code.

  • Best score: 34
  • Best player score: 36
  • Position: #104 / 318
  • Number of attempts: 2
Rural Post - 4450 entries

Simple challenge to remove all but the post code on each line

  • Best score: 9
  • Best player score: 14
  • Position: #716 / 1089
  • Number of attempts: 1
Satisfy the go linter - 2366 entries

You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?

  • Best score: 20
  • Best player score: 27
  • Position: #321 / 467
  • Number of attempts: 1
Simple, Practical, and Common - 33545 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: 24
  • Position: #3111 / 7399
  • Number of attempts: 4
One number per line - 18705 entries

Just give me the numbers.

  • Best score: 14
  • Best player score: 20
  • Position: #2309 / 3855
  • Number of attempts: 1
Split line with dots - 2144 entries

This line is too long, split it.

  • Best score: 15
  • Best player score: 20
  • Position: #387 / 634
  • Number of attempts: 1
remove lines containing the word "reader" - 3573 entries

easy stuff

  • Best score: 9
  • Best player score: 9
  • Position: #499 / 1157
  • Number of attempts: 2
Copy three lines - 2872 entries

If the site is up (by some miracle), make the text under every header identical.

  • Best score: 13
  • Best player score: 23
  • Position: #531 / 640
  • Number of attempts: 1
Vertical Limit - 2522 entries

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

  • Best score: 21
  • Best player score: 25
  • Position: #391 / 751
  • Number of attempts: 1
Exchanging Quotes - 851 entries

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

  • Best score: 30
  • Best player score: 38
  • Position: #158 / 228
  • Number of attempts: 1
replacing each line of a block selection - 2987 entries

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

  • Best score: 18
  • Best player score: 24
  • Position: #520 / 774
  • Number of attempts: 1
Switch function arguments - 2117 entries

How to switch two arguments of a function.

  • Best score: 11
  • Best player score: 13
  • Position: #425 / 657
  • Number of attempts: 2
Append semicolon after expressions - 1046 entries

Some lines need the semicolon, some don't.

  • Best score: 11
  • Best player score: 13
  • Position: #354 / 413
  • Number of attempts: 1
gpfl0712
Github:

entered into 31 challenges

contributed 0 challenges