Played Challenges
Simple, Practical, and Common - 33535 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: #3844 / 7397
- Number of attempts: 2
Swap values - 4606 entries
Well, swap the values...
- Best score: 11
- Best player score: 14
- Position: #715 / 1265
- Number of attempts: 5
One number per line - 18705 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #1707 / 3855
- Number of attempts: 4
V to the i - 4796 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #1258 / 1891
- Number of attempts: 1
Split line with dots - 2144 entries
This line is too long, split it.
- Best score: 15
- Best player score: 22
- Position: #454 / 634
- Number of attempts: 1
From argument to object - 1503 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: #186 / 455
- Number of attempts: 4
That hyphen - 2595 entries
"vim vi improved"
- Best score: 9
- Best player score: 13
- Position: #527 / 701
- Number of attempts: 2
comment and uncomment code inline - 1114 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: 13
- Position: #272 / 320
- Number of attempts: 1
Just the middle - 11417 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2445 / 4181
- Number of attempts: 1
Adam's challenge - 978 entries
Change both normal to bold and 4 by 2. Adam Wathan challenge this on twitter . He did it in 11 keystrokes on Sublime.
- Best score: 18
- Best player score: 22
- Position: #175 / 268
- Number of attempts: 3
Remove hard line breaks - 74 entries
Text files with Hard breaks are not good for e-readers. We need remove all hard line breaks and have long lines.
- Best score: 10
- Best player score: 19
- Position: #27 / 34
- Number of attempts: 1
Square numbers - 123 entries
Boring math puzzle.
- Best score: 16
- Best player score: 36
- Position: #32 / 42
- Number of attempts: 1
I forgot quotes - 15954 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2566 / 4170
- Number of attempts: 1
abcd > a b c d - 290 entries
transform the single spaces into 4 spaces repeat for each line
- Best score: 15
- Best player score: 15
- Position: #162 / 221
- Number of attempts: 2
Checkerboard case pattern - 163 entries
All the squares are white. Make some of them black. But only the right ones.
- Best score: 15
- Best player score: 23
- Position: #43 / 60
- Number of attempts: 1
NATO phonetic alphabet - 526 entries
Transform the series of words into a list.
- Best score: 19
- Best player score: 21
- Position: #100 / 195
- Number of attempts: 3
Create a pandoc compatible table - 214 entries
In [this vimcast][1], a featured gist from Tim Pope shows how to quickly make a simple table structure. How fast can you convert it to pandoc's markdown style? [1]: http://vimcasts.org/episodes/aligning-text-with-tabular-vim/
- Best score: 32
- Best player score: 56
- Position: #44 / 56
- Number of attempts: 1
The Quick Brown Fox Jumps Over The Lazy Vim - 416 entries
Someone has vandalized this text file and replaced the beginning character of one word in each line with a Big "X." Please remove the big X's, and fix each line to read "The Quick Brown Fox Jumps Over The Lazy Dog."
- Best score: 8
- Best player score: 12
- Position: #170 / 191
- Number of attempts: 1
A Simple One - 1037 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #452 / 657
- Number of attempts: 1
Reverse Simple Deletion - 845 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #327 / 457
- Number of attempts: 3
PEP8 Python Wrapping Comments and Code - 190 entries
According to PEP8, long flowy text and code should have different max line lengths. Code: 79 characters max Long flowy text: 72 characters max
- Best score: 21
- Best player score: 37
- Position: #55 / 65
- Number of attempts: 2