Played Challenges
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: #1533 / 7301
- Number of attempts: 22
One number per line - 18480 entries
Just give me the numbers.
- Best score: 14
- Best player score: 20
- Position: #2179 / 3811
- Number of attempts: 8
Applying same text modification in several lines - 2792 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 22
- Position: #707 / 826
- Number of attempts: 13
multiple cursor alternative - 1453 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: 19
- Position: #64 / 372
- Number of attempts: 23
From argument to object - 1441 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: 20
- Position: #327 / 441
- Number of attempts: 10
Every other line - 2856 entries
AaAaAaA
- Best score: 12
- Best player score: 12
- Position: #25 / 691
- Number of attempts: 10
Number Sort - 299 entries
sort the list of newline-separated numbers incrementally. Numbers are in the range 1 to 1000, with 500 missing
- Best score: 9
- Best player score: 12
- Position: #156 / 159
- Number of attempts: 1
Make HTML List - 997 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 33
- Position: #8 / 265
- Number of attempts: 38
Extended Customer 2 - 44 entries
Format the chars
- Best score: 47
- Best player score: 111
- Position: #19 / 19
- Number of attempts: 5
convert yml into java pojo field - 826 entries
How fast vim can create fields for java pojo i.e class declaration referring to a (simple) yml file
- Best score: 29
- Best player score: 29
- Position: #49 / 222
- Number of attempts: 24
Collect List - 4212 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 30
- Position: #1159 / 1176
- Number of attempts: 1
I forgot quotes - 15840 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2622 / 4133
- Number of attempts: 9
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: 21
- Position: #996 / 1057
- Number of attempts: 1
Words in parens - 12788 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #930 / 3930
- Number of attempts: 17
replacing each line of a block selection - 2883 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 37
- Position: #730 / 756
- Number of attempts: 1