Played Challenges
Simple, Practical, and Common - 33724 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 / 7442
- Number of attempts: 22
One number per line - 18755 entries
Just give me the numbers.
- Best score: 14
- Best player score: 20
- Position: #2208 / 3870
- Number of attempts: 8
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: 22
- Position: #737 / 857
- Number of attempts: 13
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: 19
- Position: #64 / 381
- Number of attempts: 23
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: 20
- Position: #341 / 460
- Number of attempts: 10
Every other line - 2915 entries
AaAaAaA
- Best score: 12
- Best player score: 12
- Position: #25 / 704
- Number of attempts: 10
Number Sort - 314 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: #163 / 166
- Number of attempts: 1
Make HTML List - 1061 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 33
- Position: #8 / 274
- Number of attempts: 38
Extended Customer 2 - 49 entries
Format the chars
- Best score: 47
- Best player score: 111
- Position: #21 / 21
- Number of attempts: 5
convert yml into java pojo field - 857 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 / 227
- Number of attempts: 24
Collect List - 4305 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 30
- Position: #1174 / 1191
- Number of attempts: 1
I forgot quotes - 16022 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2661 / 4189
- Number of attempts: 9
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: 21
- Position: #1016 / 1079
- Number of attempts: 1
Words in parens - 12967 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #942 / 3969
- Number of attempts: 17
replacing each line of a block selection - 3001 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 37
- Position: #751 / 778
- Number of attempts: 1