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

Multiline to Single Line - 569 entries

Convert a multiline, indented file to a single line with no whitespace

  • Best score: 5
  • Best player score: 5
  • Position: #25 / 255
  • Number of attempts: 1
xrandr outputs and dashes - 624 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: #62 / 205
  • Number of attempts: 7
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: 22
  • Position: #885 / 7301
  • Number of attempts: 23
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: 11
  • Position: #580 / 1489
  • Number of attempts: 8
One number per line - 18478 entries

Just give me the numbers.

  • Best score: 14
  • Best player score: 16
  • Position: #1003 / 3810
  • Number of attempts: 15
V to the i - 4650 entries

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

  • Best score: 7
  • Best player score: 8
  • Position: #904 / 1863
  • Number of attempts: 3
Add semicolons - 10716 entries

Simply add a semicolon at the end of each line

  • Best score: 10
  • Best player score: 10
  • Position: #585 / 3022
  • Number of attempts: 4
Extract argument from function - 2267 entries

The aim is to see if you can do some refactoring very fast.

  • Best score: 13
  • Best player score: 13
  • Position: #99 / 736
  • Number of attempts: 12
That hyphen - 2522 entries

"vim vi improved"

  • Best score: 9
  • Best player score: 12
  • Position: #393 / 689
  • Number of attempts: 8
Just the middle - 11283 entries

Delete the instructions at the top and bottom.

  • Best score: 7
  • Best player score: 7
  • Position: #29 / 4140
  • Number of attempts: 14
Basic renumbering - 5486 entries

Renumbering Basic.

  • Best score: 11
  • Best player score: 15
  • Position: #493 / 1243
  • Number of attempts: 12
Vice versa - 7627 entries

Little role switching.

  • Best score: 12
  • Best player score: 13
  • Position: #661 / 2067
  • Number of attempts: 5
Angular naming conventions - 285 entries

In angular, a directive name follows the camelCase convention. When the directive is used in an HTML template, the words are instead separated by a dash. Go from to the other the fastest!

  • Best score: 18
  • Best player score: 18
  • Position: #6 / 111
  • Number of attempts: 6
Logging with key - 299 entries

Sometimes it is better to log with meaningful key

  • Best score: 21
  • Best player score: 54
  • Position: #83 / 85
  • Number of attempts: 2
Winning streak - 124 entries

Make the number on each line equal the consecutive L's or W's.

  • Best score: 21
  • Best player score: 27
  • Position: #23 / 49
  • Number of attempts: 4
Refactoring useless Method away - 91 entries

Real-life challenge, convert a bunch of ifs to a switch statement

  • Best score: 47
  • Best player score: 56
  • Position: #14 / 32
  • Number of attempts: 4
Condensed Cases - 773 entries

Apple's new programming language, Swift, allows two style of case statements: 1) one Enum case on each line, or 2) multiple Enum cases on a single line. Convert the following from the first case (no pun intended) to the second type.

  • Best score: 12
  • Best player score: 15
  • Position: #155 / 238
  • Number of attempts: 5
Pretty format for variable declarations - 147 entries

Project standards demand the equal signs must be aligned for better readability.

  • Best score: 13
  • Best player score: 14
  • Position: #10 / 57
  • Number of attempts: 7
I forgot quotes - 15840 entries

Oops.

  • Best score: 10
  • Best player score: 12
  • Position: #1244 / 4133
  • Number of attempts: 7
Shift down - 191 entries

Number words are back.

  • Best score: 19
  • Best player score: 19
  • Position: #5 / 66
  • Number of attempts: 7
learn vim in short time - 222 entries

so happy to learn vim.because vim is awesome

  • Best score: 8
  • Best player score: 8
  • Position: #33 / 153
  • Number of attempts: 2
-a-b-c- - 3142 entries

Put hyphens everywhere.

  • Best score: 13
  • Best player score: 15
  • Position: #485 / 1120
  • Number of attempts: 4
Count both ways - 985 entries

Right AND down.

  • Best score: 13
  • Best player score: 13
  • Position: #17 / 347
  • Number of attempts: 5
Gray area - 712 entries

It's a golf metaphor or something.

  • Best score: 11
  • Best player score: 12
  • Position: #32 / 264
  • Number of attempts: 4
Refactor static member invocation - 194 entries

Someone used a static method. Refactor the method into a static import while fixing the assertion.

  • Best score: 28
  • Best player score: 29
  • Position: #18 / 62
  • Number of attempts: 10
Don't know what this is - 1959 entries

Replace contents of brackets with matching number of spaces. Don't ask what the format's supposed to be.

  • Best score: 11
  • Best player score: 12
  • Position: #169 / 574
  • Number of attempts: 4
Two become one - 706 entries

We have two c arrays and want to make one two dimensional out of it. Can we do that?

  • Best score: 25
  • Best player score: 31
  • Position: #100 / 204
  • Number of attempts: 6
A HAPPY NEW YEAR 2014 ! - 10564 entries

A HAPPY NEW YEAR 2014 !

  • Best score: 11
  • Best player score: 11
  • Position: #506 / 3646
  • Number of attempts: 5
attr_aligner - 3403 entries

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

  • Best score: 19
  • Best player score: 34
  • Position: #554 / 686
  • Number of attempts: 2
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: 17
  • Position: #837 / 1057
  • Number of attempts: 2
Words in parens - 12788 entries

We should all ace this, right?

  • Best score: 13
  • Best player score: 14
  • Position: #447 / 3930
  • Number of attempts: 8
Simple text editing with Vim - 11860 entries

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

  • Best score: 13
  • Best player score: 14
  • Position: #1311 / 3470
  • Number of attempts: 4
Dane Summers
Twitter:

entered into 32 challenges

contributed 0 challenges