Played Challenges
Simple, Practical, and Common - 33940 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: 29
- Position: #4586 / 7494
- Number of attempts: 3
remove lines containing the word "reader" - 3631 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #536 / 1179
- Number of attempts: 2
Just the middle - 11562 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 10
- Position: #3747 / 4235
- Number of attempts: 1
Fiddle percentages into real numbers - 884 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: 20
- Position: #270 / 296
- Number of attempts: 1
JS notation to Immutable.js notation - 195 entries
Now Immutable.js made its way into many frontends. This challenge consists of a typical refactoring that many of us are facing now.
- Best score: 34
- Best player score: 53
- Position: #60 / 64
- Number of attempts: 1
Add to end of each line... kinda - 339 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: #62 / 176
- Number of attempts: 3
Fun With The Diagonal - 109 entries
change the lowercase characters on the main diagonal to uppercase
- Best score: 11
- Best player score: 14
- Position: #82 / 82
- Number of attempts: 1
Free hyphen! - 191 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: #41 / 94
- Number of attempts: 1
comments galore - 1079 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Position: #17 / 431
- Number of attempts: 2
lipsum lines - 296 entries
Convert a quoted block of text into strings in a list.
- Best score: 28
- Best player score: 44
- Position: #91 / 96
- Number of attempts: 1
Inner hyphens - 145 entries
Yet another hyphen challenge. Adding 5 hyphens to a file shouldn't be too hard.
- Best score: 11
- Best player score: 12
- Position: #16 / 86
- Number of attempts: 2
Replace and keep the case - 446 entries
Replace all instance of plugin and Plugin to device and Device.
- Best score: 26
- Best player score: 48
- Position: #113 / 120
- Number of attempts: 1
One to Ten - 2243 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: 15
- Position: #519 / 683
- Number of attempts: 1
Delete to the end of the current line - 865 entries
Delete to the end of the current line, but keep the character under the cursor.
- Best score: 5
- Best player score: 8
- Position: #389 / 415
- Number of attempts: 1
learn vim in short time - 243 entries
so happy to learn vim.because vim is awesome
- Best score: 8
- Best player score: 9
- Position: #146 / 163
- Number of attempts: 1
Change name of a variable - 180 entries
Replace the name of the $variable with the fastest move possible. The challenge is having a command that allow you to easily change the variable name even if its indented.
- Best score: 9
- Best player score: 9
- Position: #62 / 138
- Number of attempts: 2
Don't know what this is - 2025 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: 17
- Position: #548 / 587
- Number of attempts: 2
Words in parens - 13013 entries
We should all ace this, right?
- Best score: 13
- Best player score: 18
- Position: #2893 / 3980
- Number of attempts: 4
Contributed Challenges
lipsum lines - 296 entries
Convert a quoted block of text into strings in a list.
VimGolf