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

HS exam question - 1041 entries

Convert the data to a python dictionary

  • Best score: 47
  • Best player score: 49
  • Position: #29 / 282
  • Number of attempts: 8
Plotting some variables in python - 1371 entries

4 sets of (x,y) variables to plot. Just increment the numbers! Well, let's change the colors of the lines as well. Oh and we meant to plot the absolute values of course.

  • Best score: 34
  • Best player score: 66
  • Position: #249 / 290
  • Number of attempts: 1
Transpose a python matrix - 653 entries

Rotate the matrix in 90 degrees.

  • Best score: 23
  • Best player score: 40
  • Position: #51 / 115
  • Number of attempts: 11
Lowercase first characters - 412 entries

This is the (abridged) input for Day 3 in Advent of Code 2019. The output is a format more suitable for Prolog programming: the two lines of input become two lists of pairs, joined together in a wires functor.

  • Best score: 33
  • Best player score: 52
  • Position: #127 / 148
  • Number of attempts: 1
Migrated to Postgres! - 257 entries

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

  • Best score: 26
  • Best player score: 29
  • Position: #47 / 103
  • Number of attempts: 5
Increment number for every 10 lines - 180 entries

The file consists of 2 columns (code and percentage). We need to add 2 more columns with increasing number for 4th column (Xcols) and increment 3rd column (Ycols) only for every 10 lines with reset of 4th column

  • Best score: 25
  • Best player score: 26
  • Position: #14 / 53
  • Number of attempts: 7
CSV to MD format - 329 entries

To convert a CSV list to Markdown list

  • Best score: 36
  • Best player score: 83
  • Position: #47 / 76
  • Number of attempts: 4
Count to 100 in word form - 54 entries

Write all the numbers from 1 to 100, using their word forms rather than the digit form. Most of the parts you will need are included in the input file. Use hyphens when appropriate.

  • Best score: 55
  • Best player score: 97
  • Position: #16 / 17
  • Number of attempts: 2
Making 3 line function a one liner. - 223 entries

Simple challenge for frequent action while programming.

  • Best score: 4
  • Best player score: 4
  • Position: #46 / 148
  • Number of attempts: 1
Modernise code - 1057 entries

Modernise and clean up some C++ code.

  • Best score: 34
  • Best player score: 44
  • Position: #132 / 247
  • Number of attempts: 3
Put a cross in the square - 161 entries

Put a cross in the square

  • Best score: 20
  • Best player score: 22
  • Position: #18 / 68
  • Number of attempts: 2
swap number pairs - 1838 entries

Swap the numbers in a bunch of 2-element arrays.

  • Best score: 16
  • Best player score: 65
  • Position: #326 / 340
  • Number of attempts: 2
Rural Post - 4231 entries

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

  • Best score: 9
  • Best player score: 9
  • Position: #152 / 1041
  • Number of attempts: 7
Satisfy the go linter - 2047 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: 31
  • Position: #326 / 418
  • Number of attempts: 1
Yo To Hello - 1074 entries

Simply Turn Yo To Hello

  • Best score: 10
  • Best player score: 10
  • Position: #269 / 494
  • Number of attempts: 2
Replace pattern with 1, 2, 3, ... on each line - 1053 entries

For each line replace a search pattern (in this case $) with numbers starting at 1 and then increasing by 1 for each replaced match. a$b$c$ -> a0b1c2

  • Best score: 21
  • Best player score: 54
  • Position: #202 / 213
  • Number of attempts: 3
Simple, Practical, and Common - 33100 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: 27
  • Position: #3988 / 7301
  • Number of attempts: 2
prepend * to every non-blank line - 6096 entries

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

  • Best score: 10
  • Best player score: 14
  • Position: #863 / 1489
  • Number of attempts: 3
One number per line - 18478 entries

Just give me the numbers.

  • Best score: 14
  • Best player score: 16
  • Position: #1020 / 3810
  • Number of attempts: 10
Add semicolons - 10716 entries

Simply add a semicolon at the end of each line

  • Best score: 10
  • Best player score: 13
  • Position: #2029 / 3022
  • Number of attempts: 3
remove lines containing the word "reader" - 3480 entries

easy stuff

  • Best score: 9
  • Best player score: 9
  • Position: #459 / 1127
  • Number of attempts: 6
Box it - 7725 entries

Create a box around a line.

  • Best score: 21
  • Best player score: 25
  • Position: #1013 / 1844
  • Number of attempts: 2
Just the middle - 11283 entries

Delete the instructions at the top and bottom.

  • Best score: 7
  • Best player score: 7
  • Position: #1443 / 4140
  • Number of attempts: 3
One to Ten - 2122 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: 15
  • Position: #523 / 649
  • Number of attempts: 2
I forgot quotes - 15840 entries

Oops.

  • Best score: 10
  • Best player score: 17
  • Position: #3045 / 4133
  • Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10564 entries

A HAPPY NEW YEAR 2014 !

  • Best score: 11
  • Best player score: 12
  • Position: #2460 / 3646
  • Number of attempts: 1
Words in parens - 12788 entries

We should all ace this, right?

  • Best score: 13
  • Best player score: 21
  • Position: #3483 / 3930
  • Number of attempts: 2
The meaning - 538 entries

Numbers are fun!

  • Best score: 5
  • Best player score: 5
  • Position: #311 / 346
  • Number of attempts: 2
HTML to Haml - 838 entries

Help convert this HTML page to Haml.

  • Best score: 23
  • Best player score: 69
  • Position: #194 / 201
  • Number of attempts: 1
Yondonjamts Ganzorig
Twitter:

Singin' in the rain

entered into 29 challenges

contributed 0 challenges