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 - 33787 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: #324 / 7454
  • Number of attempts: 12
Swap values - 4647 entries

Well, swap the values...

  • Best score: 11
  • Best player score: 11
  • Position: #243 / 1276
  • Number of attempts: 4
One number per line - 18799 entries

Just give me the numbers.

  • Best score: 14
  • Best player score: 17
  • Position: #1220 / 3881
  • Number of attempts: 6
Swap values inside brackets - 2521 entries

Easy challenge.

  • Best score: 13
  • Best player score: 15
  • Position: #138 / 585
  • Number of attempts: 6
V to the i - 4824 entries

Input is 99 V's. Output is 100 i's.

  • Best score: 7
  • Best player score: 7
  • Position: #591 / 1899
  • Number of attempts: 2
Swap the operands under comparison - 311 entries

Swap the operands under comparison to prevent null pointer exception (at least in java)

  • Best score: 19
  • Best player score: 19
  • Position: #10 / 104
  • Number of attempts: 5
Split line with dots - 2154 entries

This line is too long, split it.

  • Best score: 15
  • Best player score: 16
  • Position: #228 / 635
  • Number of attempts: 4
multiple cursor alternative - 1547 entries

from: https://www.reddit.com/r/vim/comments/6w5pfa/crosspost_from_remacs_how_would_you_do_this_in_vim/

  • Best score: 19
  • Best player score: 20
  • Position: #154 / 385
  • Number of attempts: 8
From argument to object - 1524 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: 17
  • Position: #101 / 463
  • Number of attempts: 3
Copy three lines - 2875 entries

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

  • Best score: 13
  • Best player score: 13
  • Position: #103 / 641
  • Number of attempts: 8
Search and Replace 0 - 5007 entries

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

  • Best score: 12
  • Best player score: 12
  • Position: #531 / 1631
  • Number of attempts: 3
Number Sort - 319 entries

sort the list of newline-separated numbers incrementally. Numbers are in the range 1 to 1000, with 500 missing

  • Best score: 9
  • Best player score: 9
  • Position: #68 / 170
  • Number of attempts: 3
Just the middle - 11509 entries

Delete the instructions at the top and bottom.

  • Best score: 7
  • Best player score: 7
  • Position: #1149 / 4218
  • Number of attempts: 3
Team names - 1848 entries

The team names are misspelled.

  • Best score: 16
  • Best player score: 16
  • Position: #176 / 592
  • Number of attempts: 3
Learn some german verbs - 541 entries

The list needs to be structured so we can print in verbatim and feel ok about how it looks.

  • Best score: 21
  • Best player score: 30
  • Position: #110 / 134
  • Number of attempts: 1
Remember VimGolf Rules ! - 268 entries

Rules, ... and don't forget !

  • Best score: 7
  • Best player score: 8
  • Position: #101 / 145
  • Number of attempts: 1
Vice versa - 7968 entries

Little role switching.

  • Best score: 12
  • Best player score: 12
  • Position: #394 / 2144
  • Number of attempts: 6
comments galore - 1073 entries

Basic comment reformatting

  • Best score: 10
  • Best player score: 10
  • Position: #130 / 429
  • Number of attempts: 1
Replace and keep the case - 437 entries

Replace all instance of plugin and Plugin to device and Device.

  • Best score: 26
  • Best player score: 26
  • Position: #28 / 118
  • Number of attempts: 4
Hello ${world} - 327 entries

Migrate a JavaScript String from concatenation to ES6 interpolation.

  • Best score: 24
  • Best player score: 24
  • Position: #24 / 98
  • Number of attempts: 8
Array transposition - 2430 entries

Transpose two arrays into one.

  • Best score: 16
  • Best player score: 16
  • Position: #2 / 451
  • Number of attempts: 7
convert yml into java pojo field - 866 entries

How fast vim can create fields for java pojo i.e class declaration referring to a (simple) yml file

  • Best score: 29
  • Best player score: 29
  • Position: #27 / 229
  • Number of attempts: 4
Collect List - 4312 entries

Convert to comma separated list.

  • Best score: 12
  • Best player score: 12
  • Position: #170 / 1193
  • Number of attempts: 8
I forgot quotes - 16061 entries

Oops.

  • Best score: 10
  • Best player score: 10
  • Position: #778 / 4195
  • Number of attempts: 7
-a-b-c- - 3216 entries

Put hyphens everywhere.

  • Best score: 13
  • Best player score: 13
  • Position: #240 / 1138
  • Number of attempts: 4
A HAPPY NEW YEAR 2014 ! - 10699 entries

A HAPPY NEW YEAR 2014 !

  • Best score: 11
  • Best player score: 11
  • Position: #1302 / 3695
  • Number of attempts: 6
attr_aligner - 3525 entries

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

  • Best score: 19
  • Best player score: 31
  • Position: #444 / 706
  • Number of attempts: 4
quotes inside quotes - 3182 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: 14
  • Position: #296 / 1085
  • Number of attempts: 2
Words in parens - 12975 entries

We should all ace this, right?

  • Best score: 13
  • Best player score: 14
  • Position: #654 / 3971
  • Number of attempts: 14
Array Transposition - 202 entries

Transpose four arrays into two.

  • Best score: 27
  • Best player score: 29
  • Position: #17 / 57
  • Number of attempts: 6
switch variable - 5085 entries

how fast can you switch two variable ?

  • Best score: 11
  • Best player score: 12
  • Position: #946 / 1750
  • Number of attempts: 2
Simple text editing with Vim - 13134 entries

Make the pairs of lines match up by making each second line same as first

  • Best score: 13
  • Best player score: 13
  • Position: #546 / 3776
  • Number of attempts: 4
Reformat/Refactor a Golfer Class - 7258 entries

A simple case of removing unneeded code and fixing broken indentation.

  • Best score: 10
  • Best player score: 32
  • Position: #165 / 1790
  • Number of attempts: 8
royer
Twitter:

entered into 33 challenges

contributed 0 challenges