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

Rural Post - 4290 entries

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

  • Best score: 9
  • Best player score: 10
  • Position: #289 / 1052
  • Number of attempts: 1
Levenshtein distance - 92 entries

Compute distance for each pair. Notice that this recursive implementation is very inefficient. Wagner-Fischer algorithm is iterative and much faster. #vimscript

  • Best score: 27
  • Best player score: 36
  • Position: #18 / 32
  • Number of attempts: 3
Satisfy the go linter - 2108 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: 20
  • Position: #6 / 427
  • Number of attempts: 2
Add quotes to ansible playbook - 852 entries

You created an ansible playbook, but forgot to add quotes. Can you fix it?

  • Best score: 8
  • Best player score: 9
  • Position: #99 / 269
  • Number of attempts: 1
Data reformat - 251 entries

Reformat this copy-paste data! #csv

  • Best score: 38
  • Best player score: 42
  • Position: #18 / 58
  • Number of attempts: 2
xrandr outputs and dashes - 632 entries

uh oh, different video drivers identify display outputs with more dashes. Quick, need to change this xrandr script!

  • Best score: 12
  • Best player score: 12
  • Position: #30 / 208
  • Number of attempts: 1
Yo To Hello - 1091 entries

Simply Turn Yo To Hello

  • Best score: 10
  • Best player score: 11
  • Position: #400 / 503
  • Number of attempts: 1
Get mail address from outlook format - 609 entries

Create a mail list space separated of mail list formatted by outlook

  • Best score: 15
  • Best player score: 16
  • Position: #82 / 193
  • Number of attempts: 2
Swap values - 4513 entries

Well, swap the values...

  • Best score: 11
  • Best player score: 13
  • Position: #596 / 1250
  • Number of attempts: 2
prepend * to every non-blank line - 6141 entries

Prepend an asterisk to every non-blank line in the input file.

  • Best score: 10
  • Best player score: 11
  • Position: #435 / 1500
  • Number of attempts: 1
Right Align Part of the line - 108 entries

The challenge is to right align a part of the line - this is useful in some SQL queries where it's more clear which are the fields displayed

  • Best score: 19
  • Best player score: 23
  • Position: #27 / 34
  • Number of attempts: 1
citizen_hacks_2019_challenge2 - 187 entries

For the Citizen Hacks 2019 Vim competition.

  • Best score: 6
  • Best player score: 7
  • Position: #70 / 97
  • Number of attempts: 1
Applying same text modification in several lines - 2820 entries

Remove identical text at the beginning of several lines and the closing parenthesis.

  • Best score: 12
  • Best player score: 13
  • Position: #134 / 834
  • Number of attempts: 1
Add string initializers to an enum - 850 entries

Change Typescript enum so that it has string initializers.

  • Best score: 21
  • Best player score: 24
  • Position: #120 / 250
  • Number of attempts: 1
Bad Copy Syntax - 1966 entries

Copy should be from right to left, but sometimes you type it wrong.

  • Best score: 18
  • Best player score: 19
  • Position: #34 / 506
  • Number of attempts: 2
remove lines containing the word "reader" - 3502 entries

easy stuff

  • Best score: 9
  • Best player score: 9
  • Position: #162 / 1134
  • Number of attempts: 1
Com(m)a Trouble - 3563 entries

Someone was real stupid when placing his commas. Can you fix it?

  • Best score: 12
  • Best player score: 13
  • Position: #227 / 799
  • Number of attempts: 2
Extract wireshark capture filter - 196 entries

Extract wireshark capture filter from IP plan

  • Best score: 25
  • Best player score: 26
  • Position: #9 / 65
  • Number of attempts: 4
Cool or not? - 773 entries

abc trying to be cool or not...

  • Best score: 15
  • Best player score: 15
  • Position: #22 / 222
  • Number of attempts: 1
html paragraph to table - 587 entries

reformat html paragraph to table

  • Best score: 48
  • Best player score: 53
  • Position: #37 / 122
  • Number of attempts: 3
From argument to object - 1450 entries

This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?

  • Best score: 17
  • Best player score: 18
  • Position: #227 / 444
  • Number of attempts: 1
Convert Application Output to CSV - 184 entries

Change the application output to comma-separated values

  • Best score: 17
  • Best player score: 19
  • Position: #40 / 51
  • Number of attempts: 1
Array propagate - 318 entries

Complete the array with the keys as part of the value

  • Best score: 23
  • Best player score: 25
  • Position: #48 / 114
  • Number of attempts: 1
comment and uncomment code inline - 1042 entries

It's very useful to be able to comment out a block of code in a quick edit. And likewise to uncomment the code. This operation often involves multi-line stanzas and even large blocks. With just line-wise navigation and insert mode this would cost you about 4 keystrokes per line. Master this hole of VimGolf and you'll quickly drop your key count in day to day Vim as well.

  • Best score: 9
  • Best player score: 10
  • Position: #178 / 307
  • Number of attempts: 1
Flip the bit - 118 entries

Change the specific 0 to a 1.

  • Best score: 8
  • Best player score: 8
  • Position: #20 / 69
  • Number of attempts: 1
Just the middle - 11318 entries

Delete the instructions at the top and bottom.

  • Best score: 7
  • Best player score: 8
  • Position: #2653 / 4152
  • Number of attempts: 2
Team names - 1795 entries

The team names are misspelled.

  • Best score: 16
  • Best player score: 17
  • Position: #292 / 578
  • Number of attempts: 1
Back to the roots - 47 entries

Johnny has a file with more integers. He wants to change each number with its square root. Can you help him?

  • Best score: 23
  • Best player score: 23
  • Position: #22 / 33
  • Number of attempts: 1
Long prime list - filter version - 26 entries

I've used the maximum input/diff/output size allowed by vimgolf to get a list of integers up to 1460 separated by newlines, and your goal is to only keep the lines containing primes. There are 232 of them I hope some of you will golf vimscript itself to create some function to run as a primality check for each line, which is a good exercise if you haven't done much vimscript yet! You're invited to also try copy-pasting and doing other non-smart text manipulation. Even more interesting would be to see a solution that uses text manipulation to do the filtering! Whether you use vimscript, normal-mode primality checks, or text manipulation, as long as the end result is valid, your answer will be valid! Let's see which method does better here. Best of luck!

  • Best score: 27
  • Best player score: 39
  • Position: #5 / 8
  • Number of attempts: 3
Basic renumbering - 5514 entries

Renumbering Basic.

  • Best score: 11
  • Best player score: 11
  • Position: #117 / 1249
  • Number of attempts: 2
Adam's challenge - 932 entries

Change both normal to bold and 4 by 2. Adam Wathan challenge this on twitter . He did it in 11 keystrokes on Sublime.

  • Best score: 18
  • Best player score: 19
  • Position: #114 / 262
  • Number of attempts: 2
Fiddle percentages into real numbers - 835 entries

Get rid of the '%' symbols and shift the decimal place. This is the easier version - all the columns line up.

  • Best score: 13
  • Best player score: 14
  • Position: #181 / 284
  • Number of attempts: 1
ninja substitution - 1350 entries

How can you reuse a previous substitution ?

  • Best score: 14
  • Best player score: 16
  • Position: #142 / 258
  • Number of attempts: 2
Vice versa - 7687 entries

Little role switching.

  • Best score: 12
  • Best player score: 14
  • Position: #930 / 2079
  • Number of attempts: 2
Order and join - 913 entries

There's something special about the input order.

  • Best score: 10
  • Best player score: 12
  • Position: #157 / 248
  • Number of attempts: 1
comments galore - 982 entries

Basic comment reformatting

  • Best score: 10
  • Best player score: 10
  • Position: #256 / 414
  • Number of attempts: 2
Change attribute to getter - 127 entries

Wrap attributes with a getter method.

  • Best score: 24
  • Best player score: 25
  • Position: #37 / 53
  • Number of attempts: 1
One to Ten - 2128 entries

Generate the sequence of numbers from 1 to 10, one number per line. Inspired by this Reddit thread: https://redd.it/ak4it2

  • Best score: 12
  • Best player score: 14
  • Position: #447 / 652
  • Number of attempts: 1
Change part of a function name in multiple occurrences - 627 entries

Change the middle part of the function name in multiple places, preferably using the next and dot commands.

  • Best score: 14
  • Best player score: 14
  • Position: #30 / 200
  • Number of attempts: 1
Increment each number - 970 entries

Increment each number individually by one

  • Best score: 15
  • Best player score: 18
  • Position: #104 / 240
  • Number of attempts: 1
ASCII Art - 82 entries

how good are you with simple regex?

  • Best score: 10
  • Best player score: 10
  • Position: #27 / 52
  • Number of attempts: 1
Delete to the end of the current line - 729 entries

Delete to the end of the current line, but keep the character under the cursor.

  • Best score: 5
  • Best player score: 5
  • Position: #115 / 359
  • Number of attempts: 1
Song Transcription Oops - 229 entries

When transcribing vocal music to Canjo Tab you can start by finding the lowest note and assigning that to zero and working your way up from there. However, without fail, I tend to miscount the notes and when I am near done I find a lower note. I mark this with a "z". This means I have to increase all the previous ones by 1. just a sting of numbers :)

  • Best score: 15
  • Best player score: 16
  • Position: #57 / 73
  • Number of attempts: 2
change parenthesis - 276 entries

change the pair of braces into a pair of parentheses

  • Best score: 9
  • Best player score: 10
  • Position: #94 / 155
  • Number of attempts: 1
Label grid cells (6x6) - 42 entries

Label the cells of a grid with its coordinates. Rows are labelled top to bottom from A to F, and columns left to right from A to F. Each cell has a coordinate MN, where M is the row letter and N is the column letter.

  • Best score: 31
  • Best player score: 63
  • Position: #16 / 16
  • Number of attempts: 3
Put the months in order - 926 entries

Our contractor thought that months should be in alphabetical order. Put them in calendar order please.

  • Best score: 20
  • Best player score: 23
  • Position: #24 / 157
  • Number of attempts: 3
Array transposition - 2345 entries

Transpose two arrays into one.

  • Best score: 16
  • Best player score: 20
  • Position: #220 / 439
  • Number of attempts: 1
unknown command - 154 entries

I want change 5 words

  • Best score: 7
  • Best player score: 7
  • Position: #46 / 80
  • Number of attempts: 1
Collect List - 4228 entries

Convert to comma separated list.

  • Best score: 12
  • Best player score: 12
  • Position: #369 / 1179
  • Number of attempts: 2
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: #18 / 30
  • Number of attempts: 1
I forgot quotes - 15880 entries

Oops.

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

Put hyphens everywhere.

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

A HAPPY NEW YEAR 2014 !

  • Best score: 11
  • Best player score: 12
  • Position: #2296 / 3653
  • Number of attempts: 1
Words in parens - 12821 entries

We should all ace this, right?

  • Best score: 13
  • Best player score: 16
  • Position: #2424 / 3938
  • Number of attempts: 1
calculations - 256 entries

Complete these (weird) calculations.

  • Best score: 38
  • Best player score: 60
  • Position: #47 / 62
  • Number of attempts: 2
replacing each line of a block selection - 2907 entries

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

  • Best score: 18
  • Best player score: 20
  • Position: #270 / 760
  • Number of attempts: 1
switch variable - 5012 entries

how fast can you switch two variable ?

  • Best score: 11
  • Best player score: 12
  • Position: #931 / 1728
  • Number of attempts: 1
Norbert
Twitter:

entered into 57 challenges

contributed 0 challenges