Played Challenges
Paste a column after a column - 2537 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 89
- Position: #533 / 553
- Number of attempts: 1
Many duplicates - 1445 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #88 / 468
- Number of attempts: 6
hello-world-vimgolf - 2499 entries
Simple number generation
- Best score: 10
- Best player score: 30
- Position: #663 / 708
- Number of attempts: 2
Contribute to keyboard mashing - 890 entries
Speak in tongues
- Best score: 17
- Best player score: 19
- Position: #129 / 270
- Number of attempts: 5
Transpose a python matrix - 873 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 79
- Position: #123 / 138
- Number of attempts: 1
simple replacements - 1753 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 25
- Position: #250 / 380
- Number of attempts: 2
Inverting Lines - 1900 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 15
- Position: #384 / 511
- Number of attempts: 6
swap number pairs - 2103 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 50
- Position: #348 / 380
- Number of attempts: 1
Satisfy the go linter - 2391 entries
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
- Best score: 20
- Best player score: 35
- Position: #407 / 471
- Number of attempts: 3
Yo To Hello - 1130 entries
Simply Turn Yo To Hello
- Best score: 10
- Best player score: 10
- Position: #52 / 524
- Number of attempts: 3
Replace pattern with 1, 2, 3, ... on each line - 1146 entries
For each line replace a search pattern (in this case $) with numbers starting at 1 and then increasing by 1 for each replaced match. a$b$c$ -> a0b1c2
- Best score: 21
- Best player score: 29
- Position: #135 / 229
- Number of attempts: 7
Simple, Practical, and Common - 33617 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: 28
- Position: #4481 / 7421
- Number of attempts: 5
prepend * to every non-blank line - 6312 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 13
- Position: #830 / 1537
- Number of attempts: 7
One number per line - 18727 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #1966 / 3864
- Number of attempts: 5
Add semicolons - 10852 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1390 / 3063
- Number of attempts: 4
remove lines containing the word "reader" - 3586 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #413 / 1162
- Number of attempts: 4
Box it - 7905 entries
Create a box around a line.
- Best score: 21
- Best player score: 26
- Position: #1101 / 1876
- Number of attempts: 5
Vice versa - 7907 entries
Little role switching.
- Best score: 12
- Best player score: 23
- Position: #1960 / 2128
- Number of attempts: 2
One to Ten - 2219 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: #535 / 672
- Number of attempts: 3