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 - 33742 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: #941 / 7447
  • Number of attempts: 11
Swap values - 4643 entries

Well, swap the values...

  • Best score: 11
  • Best player score: 11
  • Position: #143 / 1274
  • Number of attempts: 4
One number per line - 18776 entries

Just give me the numbers.

  • Best score: 14
  • Best player score: 14
  • Position: #179 / 3875
  • Number of attempts: 5
Swap values inside brackets - 2511 entries

Easy challenge.

  • Best score: 13
  • Best player score: 15
  • Position: #159 / 583
  • Number of attempts: 6
Applying same text modification in several lines - 2897 entries

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

  • Best score: 12
  • Best player score: 14
  • Position: #298 / 857
  • Number of attempts: 3
remove lines containing the word "reader" - 3604 entries

easy stuff

  • Best score: 9
  • Best player score: 9
  • Position: #28 / 1169
  • Number of attempts: 5
Com(m)a Trouble - 3880 entries

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

  • Best score: 12
  • Best player score: 13
  • Position: #227 / 878
  • Number of attempts: 5
multiple cursor alternative - 1521 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: 23
  • Position: #264 / 381
  • Number of attempts: 1
From argument to object - 1513 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: #175 / 460
  • Number of attempts: 3
Every other line - 2916 entries

AaAaAaA

  • Best score: 12
  • Best player score: 13
  • Position: #171 / 705
  • Number of attempts: 4
comment and uncomment code inline - 1130 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: 9
  • Position: #30 / 324
  • Number of attempts: 3
Just the middle - 11495 entries

Delete the instructions at the top and bottom.

  • Best score: 7
  • Best player score: 7
  • Position: #839 / 4213
  • Number of attempts: 2
Stairstep digits - 398 entries

Remove the evens. Double the odds.

  • Best score: 9
  • Best player score: 9
  • Position: #15 / 146
  • Number of attempts: 2
Basic renumbering - 5683 entries

Renumbering Basic.

  • Best score: 11
  • Best player score: 11
  • Position: #57 / 1269
  • Number of attempts: 9
create arrows in a list - 117 entries

Add arrow at same distance

  • Best score: 10
  • Best player score: 10
  • Position: #24 / 73
  • Number of attempts: 1
Nesting SASS - 266 entries

Move a block inside another block and indent it

  • Best score: 9
  • Best player score: 9
  • Position: #27 / 96
  • Number of attempts: 2
Wrap text in quotes - 368 entries

All the blocks of text should be wrapped in quotation marks.

  • Best score: 16
  • Best player score: 16
  • Position: #29 / 122
  • Number of attempts: 3
Order and join - 985 entries

There's something special about the input order.

  • Best score: 10
  • Best player score: 11
  • Position: #106 / 260
  • Number of attempts: 4
Change attribute to getter - 148 entries

Wrap attributes with a getter method.

  • Best score: 24
  • Best player score: 24
  • Position: #18 / 60
  • Number of attempts: 3
Generate a list of numbers - 299 entries

Please generate list of numbers from 1 to 20.

  • Best score: 14
  • Best player score: 14
  • Position: #40 / 141
  • Number of attempts: 2
Python challenge - 172 entries

Change the types of the variables in the list from str to float, while keeping the truncation.

  • Best score: 31
  • Best player score: 50
  • Position: #26 / 46
  • Number of attempts: 3
One to Ten - 2227 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: #433 / 677
  • Number of attempts: 1
Change part of a function name in multiple occurrences - 662 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: #9 / 208
  • Number of attempts: 4
Increment each number - 1025 entries

Increment each number individually by one

  • Best score: 15
  • Best player score: 18
  • Position: #99 / 249
  • Number of attempts: 6
Collect List - 4308 entries

Convert to comma separated list.

  • Best score: 12
  • Best player score: 12
  • Position: #280 / 1192
  • Number of attempts: 4
I forgot quotes - 16038 entries

Oops.

  • Best score: 10
  • Best player score: 10
  • Position: #541 / 4192
  • Number of attempts: 6
Do you demand a shrubbery? - 1158 entries

Use :redir and crush the emacsgolfers.

  • Best score: 15
  • Best player score: 15
  • Position: #55 / 300
  • Number of attempts: 4
A HAPPY NEW YEAR 2014 ! - 10688 entries

A HAPPY NEW YEAR 2014 !

  • Best score: 11
  • Best player score: 11
  • Position: #1090 / 3691
  • Number of attempts: 4
quotes inside quotes - 3165 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: #260 / 1079
  • Number of attempts: 5
Words in parens - 12967 entries

We should all ace this, right?

  • Best score: 13
  • Best player score: 15
  • Position: #1578 / 3969
  • Number of attempts: 3
switch variable - 5079 entries

how fast can you switch two variable ?

  • Best score: 11
  • Best player score: 12
  • Position: #915 / 1749
  • Number of attempts: 1
Simple text editing with Vim - 13012 entries

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

  • Best score: 13
  • Best player score: 14
  • Position: #1583 / 3743
  • Number of attempts: 3
Daniel Hjelm
Twitter:

This is not mine, this I am not, this is not myself.

entered into 32 challenges

contributed 0 challenges