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 - 33240 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: 28
  • Position: #4023 / 7331
  • Number of attempts: 1
Swap values - 4513 entries

Well, swap the values...

  • Best score: 11
  • Best player score: 16
  • Position: #965 / 1250
  • Number of attempts: 1
One number per line - 18559 entries

Just give me the numbers.

  • Best score: 14
  • Best player score: 20
  • Position: #2038 / 3830
  • Number of attempts: 4
Split line with dots - 2113 entries

This line is too long, split it.

  • Best score: 15
  • Best player score: 17
  • Position: #250 / 625
  • Number of attempts: 6
Com(m)a Trouble - 3563 entries

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

  • Best score: 12
  • Best player score: 14
  • Position: #332 / 799
  • Number of attempts: 5
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: 33
  • Position: #434 / 444
  • Number of attempts: 1
Copy three lines - 2825 entries

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

  • Best score: 13
  • Best player score: 21
  • Position: #422 / 631
  • Number of attempts: 5
Preferably without multi-cursor plugin - 530 entries

Originally asked as question on reddit by kpthunder: https://www.reddit.com/r/vim/comments/9fvsro/what_is_the_most_efficient_way_to_go_about/

  • Best score: 30
  • Best player score: 43
  • Position: #112 / 125
  • 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: 11
  • Position: #209 / 307
  • Number of attempts: 3
Just the middle - 11318 entries

Delete the instructions at the top and bottom.

  • Best score: 7
  • Best player score: 7
  • Position: #182 / 4152
  • Number of attempts: 8
Text to HTML Table - 157 entries

Turn the plain text table to an HTML table.

  • Best score: 52
  • Best player score: 60
  • Position: #34 / 46
  • Number of attempts: 2
Stairstep digits - 366 entries

Remove the evens. Double the odds.

  • Best score: 9
  • Best player score: 13
  • Position: #56 / 137
  • Number of attempts: 3
Turn a ninja to case-insensitive [Nn][Ii][Nn][Jj][Aa] regexp! - 60 entries

I bumped into this in a dailywtf code: http://pastebin.com/QApa5ycS I didn't want to translate a string whenever I wanted to be [Ss][Aa][Rr][Cc][Aa][Ss][Tt][Ii][Cc] on slack, so I figured a script (python, sed, whatever) would be helpful. Well, or a few vim keystroke!

  • Best score: 18
  • Best player score: 18
  • Position: #5 / 35
  • 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: 18
  • Position: #216 / 284
  • Number of attempts: 3
Nesting SASS - 257 entries

Move a block inside another block and indent it

  • Best score: 9
  • Best player score: 9
  • Position: #6 / 91
  • Number of attempts: 4
Add to end of each line... kinda - 316 entries

Visual-block mode can be used to add something to the end of each line, even if they are of differing lengths. However, what if it's not quite at the end?

  • Best score: 12
  • Best player score: 12
  • Position: #3 / 166
  • Number of attempts: 2
Combines all items - 301 entries

For each line that starts with the same number I want to combine its contents

  • Best score: 9
  • Best player score: 9
  • Position: #12 / 135
  • Number of attempts: 2
Wrap text in quotes - 349 entries

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

  • Best score: 16
  • Best player score: 22
  • Position: #100 / 120
  • Number of attempts: 2
Fun With The Diagonal - 99 entries

change the lowercase characters on the main diagonal to uppercase

  • Best score: 11
  • Best player score: 11
  • Position: #2 / 76
  • Number of attempts: 1
Vice versa - 7687 entries

Little role switching.

  • Best score: 12
  • Best player score: 15
  • Position: #1012 / 2079
  • Number of attempts: 5
7th Birthday - 185 entries

We have a bunch of numbers written from 0 to 9 in the order present in the text input file. The task is to create 7 by replacing the numbers with dashes.

  • Best score: 19
  • Best player score: 26
  • Position: #52 / 72
  • Number of attempts: 1
Free hyphen! - 156 entries

Just like "Inner hyphens", but I'm giving you a free hyphen to play with. Will your solution be any different?

  • Best score: 9
  • Best player score: 11
  • Position: #37 / 84
  • Number of attempts: 1
Vim's not included features - 183 entries

Filter not included (-) features in a hypothetical installation of vim.

  • Best score: 23
  • Best player score: 49
  • Position: #57 / 59
  • Number of attempts: 1
Order and join - 913 entries

There's something special about the input order.

  • Best score: 10
  • Best player score: 12
  • Position: #138 / 248
  • Number of attempts: 6
Paragraph breaks - 497 entries

Swap the blank lines and the aaa lines.

  • Best score: 10
  • Best player score: 11
  • Position: #48 / 163
  • Number of attempts: 8
Inner hyphens - 124 entries

Yet another hyphen challenge. Adding 5 hyphens to a file shouldn't be too hard.

  • Best score: 11
  • Best player score: 12
  • Position: #27 / 77
  • Number of attempts: 1
Scrambled numbers - 775 entries

Four is NOT 1. One is 1.

  • Best score: 18
  • Best player score: 34
  • Position: #157 / 181
  • Number of attempts: 3
Add Go XML to structure tags - 151 entries

The Go programming language can directly map XML to structure fields. Add the correct XML tag after each field.

  • Best score: 23
  • Best player score: 32
  • Position: #50 / 65
  • Number of attempts: 3
Restore order to the alphabet - 184 entries

The numbers are OK. The letters are wonky.

  • Best score: 12
  • Best player score: 56
  • Position: #66 / 67
  • Number of attempts: 4
Mirror Symmetry - 793 entries

Add backslashes.

  • Best score: 7
  • Best player score: 13
  • Position: #169 / 265
  • Number of attempts: 1
From A to B - 562 entries

Mirror and change this text block

  • Best score: 16
  • Best player score: 33
  • Position: #144 / 154
  • Number of attempts: 1
Rail fence transposition cipher - 70 entries

Solve a rail fence transposition cipher using vim. This ciphertext was created using two rails. Use vim to transpose the text and recover the original quote.

  • Best score: 14
  • Best player score: 31
  • Position: #23 / 24
  • Number of attempts: 10
Interleave lines - 143 entries

This is some kind of « paste -d'\n' c b a ». There are many ways to achieve this.. just find the shortest!

  • Best score: 17
  • Best player score: 34
  • Position: #36 / 56
  • Number of attempts: 1
Logging with key - 301 entries

Sometimes it is better to log with meaningful key

  • Best score: 21
  • Best player score: 36
  • Position: #67 / 86
  • Number of attempts: 1
Space out the alphabet - 1610 entries

Put 3 spaces between adjacent letters.

  • Best score: 15
  • Best player score: 19
  • Position: #227 / 438
  • Number of attempts: 7
remove all lines in first part - 190 entries

From the second part, remove all lines in the first part. It can be useful when you have done something from a long list, you want to know what is not done yet!

  • Best score: 13
  • Best player score: 25
  • Position: #62 / 65
  • Number of attempts: 2
Shuffled numbers - 228 entries

Each number is paired with the number it should follow. That's enough information to put them in order.

  • Best score: 15
  • Best player score: 18
  • Position: #80 / 92
  • Number of attempts: 3
Mute the second method of this script - 447 entries

prepend a # infront of every line of the second method

  • Best score: 9
  • Best player score: 10
  • Position: #152 / 237
  • Number of attempts: 5
Sorting database text output - 213 entries

Sometimes it is nice to be able to quickly take column-formatted text output from the SQL command line and turn it into a list of useful data. In this case we want a unique, sorted list of the values from the second column combined into one comma-separated list. What is the fewest strokes you can do this in?

  • Best score: 24
  • Best player score: 29
  • Position: #71 / 80
  • Number of attempts: 7
I forgot quotes - 15880 entries

Oops.

  • Best score: 10
  • Best player score: 15
  • Position: #2065 / 4146
  • Number of attempts: 1

Contributed Challenges

Format java properties - 71 entries

Format java properties to a different format. The value which is the string following the first '=' cannot & should not change. All periods in the key get replaced with an underscore "_" and get a prefix of "b_".

Anoop Kumar
Twitter:

Aham Brahmaasmi. Ekam sadh vipra bahudha vadanti.

entered into 40 challenges

contributed 1 challenges