Played Challenges
hello-world-vimgolf - 2523 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #32 / 722
- Number of attempts: 3
Multiline to Single Line - 750 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #12 / 319
- Number of attempts: 1
Yo To Hello - 1154 entries
Simply Turn Yo To Hello
- Best score: 8
- Best player score: 10
- Position: #81 / 535
- Number of attempts: 1
Replace pattern with 1, 2, 3, ... on each line - 1158 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: 22
- Position: #48 / 234
- Number of attempts: 3
Simple, Practical, and Common - 33929 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: #2082 / 7489
- Number of attempts: 5
Hogwarts Email Sorting - 948 entries
Given a list of emails, get the students full name and their associated house.
- Best score: 20
- Best player score: 20
- Position: #20 / 268
- Number of attempts: 7
Get mail address from outlook format - 656 entries
Create a mail list space separated of mail list formatted by outlook
- Best score: 15
- Best player score: 15
- Position: #26 / 205
- Number of attempts: 9
Add text at some column - 178 entries
Complete golang struct statement.
- Best score: 31
- Best player score: 32
- Position: #31 / 67
- Number of attempts: 4
Swap values - 4667 entries
Well, swap the values...
- Best score: 11
- Best player score: 15
- Position: #962 / 1284
- Number of attempts: 1
prepend * to every non-blank line - 6380 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #116 / 1557
- Number of attempts: 5
One number per line - 18840 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1299 / 3893
- Number of attempts: 5
Quote modules - 1099 entries
Complete golang import statement.
- Best score: 21
- Best player score: 24
- Position: #106 / 287
- Number of attempts: 8
Aliases for cd - 908 entries
Create these beautiful aliases with as few strokes as possible. Are you up for the challenge?
- Best score: 30
- Best player score: 56
- Position: #116 / 158
- Number of attempts: 1
Quote modules (ver.2) - 253 entries
Complete golang import statement.
- Best score: 22
- Best player score: 25
- Position: #38 / 62
- Number of attempts: 2
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #710 / 1904
- Number of attempts: 2
Applying same text modification in several lines - 2920 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 13
- Position: #222 / 864
- Number of attempts: 1
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1344 / 3087
- Number of attempts: 2
remove lines containing the word "reader" - 3631 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #366 / 1179
- Number of attempts: 5
Box it - 7987 entries
Create a box around a line.
- Best score: 21
- Best player score: 21
- Position: #291 / 1895
- Number of attempts: 5
Two pairs of cluster of letters creates word - 767 entries
Clean and group.
- Best score: 17
- Best player score: 23
- Position: #138 / 180
- Number of attempts: 2
Every other line - 2925 entries
AaAaAaA
- Best score: 12
- Best player score: 15
- Position: #363 / 707
- Number of attempts: 5
Copy three lines - 2882 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 22
- Position: #510 / 642
- Number of attempts: 2
Basic renumbering - 5707 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #208 / 1274
- Number of attempts: 11
One to Ten - 2243 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: 12
- Position: #258 / 683
- Number of attempts: 3
Line under headers - 2087 entries
Put a line under each header, and remove the other markdown formatting.
- Best score: 24
- Best player score: 26
- Position: #78 / 513
- Number of attempts: 9
Delete to the end of the current line - 865 entries
Delete to the end of the current line, but keep the character under the cursor.
- Best score: 5
- Best player score: 5
- Position: #210 / 415
- Number of attempts: 1
Put the months in order - 998 entries
Our contractor thought that months should be in alphabetical order. Put them in calendar order please.
- Best score: 20
- Best player score: 47
- Position: #112 / 166
- Number of attempts: 1
Array transposition - 2444 entries
Transpose two arrays into one.
- Best score: 16
- Best player score: 17
- Position: #156 / 453
- Number of attempts: 7
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 10
- Position: #991 / 4208
- Number of attempts: 8
-a-b-c- - 3225 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 13
- Position: #276 / 1140
- Number of attempts: 6
A HAPPY NEW YEAR 2014 ! - 10720 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #1487 / 3703
- Number of attempts: 4
switch variable - 5101 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #976 / 1756
- Number of attempts: 2
VimGolf