Played Challenges
Simple, Practical, and Common - 33600 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: #941 / 7412
- Number of attempts: 11
Swap values - 4610 entries
Well, swap the values...
- Best score: 11
- Best player score: 11
- Position: #143 / 1267
- Number of attempts: 4
One number per line - 18711 entries
Just give me the numbers.
- Best score: 14
- Best player score: 14
- Position: #179 / 3858
- Number of attempts: 5
Swap values inside brackets - 2488 entries
Easy challenge.
- Best score: 14
- Best player score: 15
- Position: #157 / 577
- Number of attempts: 6
Applying same text modification in several lines - 2870 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 14
- Position: #293 / 848
- Number of attempts: 3
remove lines containing the word "reader" - 3574 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #28 / 1158
- Number of attempts: 5
Com(m)a Trouble - 3796 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 13
- Position: #223 / 860
- Number of attempts: 5
multiple cursor alternative - 1519 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: 23
- Position: #263 / 380
- Number of attempts: 1
From argument to object - 1504 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: #175 / 456
- Number of attempts: 3
Every other line - 2910 entries
AaAaAaA
- Best score: 12
- Best player score: 13
- Position: #171 / 703
- Number of attempts: 4
comment and uncomment code inline - 1118 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: 9
- Position: #30 / 321
- Number of attempts: 3
Just the middle - 11429 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #839 / 4188
- Number of attempts: 2
Stairstep digits - 392 entries
Remove the evens. Double the odds.
- Best score: 9
- Best player score: 9
- Position: #15 / 144
- Number of attempts: 2
Basic renumbering - 5645 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #57 / 1263
- Number of attempts: 9
create arrows in a list - 112 entries
Add arrow at same distance
- Best score: 10
- Best player score: 10
- Position: #24 / 72
- Number of attempts: 1
Nesting SASS - 265 entries
Move a block inside another block and indent it
- Best score: 9
- Best player score: 9
- Position: #27 / 95
- Number of attempts: 2
Wrap text in quotes - 368 entries
All the blocks of text should be wrapped in quotation marks.
- Best score: 16
- Best player score: 16
- Position: #29 / 122
- Number of attempts: 3
Order and join - 983 entries
There's something special about the input order.
- Best score: 10
- Best player score: 11
- Position: #106 / 259
- Number of attempts: 4
Change attribute to getter - 140 entries
Wrap attributes with a getter method.
- Best score: 24
- Best player score: 24
- Position: #18 / 59
- Number of attempts: 3
Generate a list of numbers - 295 entries
Please generate list of numbers from 1 to 20.
- Best score: 14
- Best player score: 14
- Position: #40 / 140
- Number of attempts: 2
Python challenge - 172 entries
Change the types of the variables in the list from str to float, while keeping the truncation.
- Best score: 31
- Best player score: 50
- Position: #26 / 46
- Number of attempts: 3
One to Ten - 2209 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: 14
- Position: #429 / 669
- Number of attempts: 1
Change part of a function name in multiple occurrences - 661 entries
Change the middle part of the function name in multiple places, preferably using the next and dot commands.
- Best score: 14
- Best player score: 14
- Position: #9 / 207
- Number of attempts: 4
Increment each number - 1023 entries
Increment each number individually by one
- Best score: 15
- Best player score: 18
- Position: #99 / 248
- Number of attempts: 6
Collect List - 4298 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #280 / 1190
- Number of attempts: 4
I forgot quotes - 15974 entries
Oops.
- Best score: 10
- Best player score: 10
- Position: #541 / 4175
- Number of attempts: 6
Do you demand a shrubbery? - 1158 entries
Use :redir and crush the emacsgolfers.
- Best score: 15
- Best player score: 15
- Position: #55 / 300
- Number of attempts: 4
A HAPPY NEW YEAR 2014 ! - 10657 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #1090 / 3679
- Number of attempts: 4
quotes inside quotes - 3157 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: 14
- Position: #260 / 1076
- Number of attempts: 5
Words in parens - 12928 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1573 / 3960
- Number of attempts: 3
switch variable - 5071 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #914 / 1748
- Number of attempts: 1
Simple text editing with Vim - 12717 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1567 / 3673
- Number of attempts: 3
Daniel Hjelm
Twitter: @dhjelm
This is not mine, this I am not, this is not myself.