Played Challenges
Paste a column after a column - 2653 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 89
- Position: #554 / 574
- Number of attempts: 1
Many duplicates - 1472 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #90 / 480
- Number of attempts: 6
hello-world-vimgolf - 2519 entries
Simple number generation
- Best score: 10
- Best player score: 30
- Position: #675 / 720
- Number of attempts: 2
Contribute to keyboard mashing - 903 entries
Speak in tongues
- Best score: 17
- Best player score: 19
- Position: #132 / 274
- Number of attempts: 5
Transpose a python matrix - 901 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 79
- Position: #124 / 139
- Number of attempts: 1
simple replacements - 1857 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 25
- Position: #258 / 398
- Number of attempts: 2
Inverting Lines - 1941 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 15
- Position: #390 / 519
- Number of attempts: 6
swap number pairs - 2162 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 50
- Position: #359 / 391
- Number of attempts: 1
Satisfy the go linter - 2468 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: #419 / 491
- Number of attempts: 3
Yo To Hello - 1152 entries
Simply Turn Yo To Hello
- Best score: 8
- Best player score: 10
- Position: #53 / 534
- Number of attempts: 3
Replace pattern with 1, 2, 3, ... on each line - 1151 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: #136 / 233
- Number of attempts: 7
Simple, Practical, and Common - 33897 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: #4509 / 7482
- Number of attempts: 5
prepend * to every non-blank line - 6366 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 13
- Position: #838 / 1555
- Number of attempts: 7
One number per line - 18834 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #1972 / 3892
- Number of attempts: 5
Add semicolons - 10916 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1398 / 3085
- Number of attempts: 4
remove lines containing the word "reader" - 3624 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #413 / 1178
- Number of attempts: 4
Box it - 7962 entries
Create a box around a line.
- Best score: 21
- Best player score: 26
- Position: #1108 / 1891
- Number of attempts: 5
Vice versa - 7974 entries
Little role switching.
- Best score: 12
- Best player score: 23
- Position: #1977 / 2146
- Number of attempts: 2
One to Ten - 2241 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: #540 / 682
- Number of attempts: 3
VimGolf