Played Challenges
Paste a column after a column - 636 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 14
- Position: #6 / 144
- Number of attempts: 2
Reformat symbols in list - 920 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 25
- Position: #52 / 213
- Number of attempts: 10
delete swap - 981 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #55 / 320
- Number of attempts: 2
Put a newline after every 10 lines in vim - 1294 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #36 / 443
- Number of attempts: 3
hello-world-vimgolf - 1900 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #35 / 543
- Number of attempts: 4
Inverting Lines - 1524 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 10
- Position: #37 / 413
- Number of attempts: 5
Modernise code - 1057 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 35
- Position: #70 / 247
- Number of attempts: 5
swap number pairs - 1838 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 34
- Position: #254 / 340
- Number of attempts: 4
Python: Def to Lambda - 396 entries
LAMBDA!!!
- Best score: 19
- Best player score: 19
- Position: #32 / 136
- Number of attempts: 9
Rural Post - 4231 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Position: #89 / 1041
- Number of attempts: 7
Satisfy the go linter - 2047 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: 20
- Position: #88 / 418
- Number of attempts: 9
Add quotes to ansible playbook - 838 entries
You created an ansible playbook, but forgot to add quotes. Can you fix it?
- Best score: 8
- Best player score: 9
- Position: #145 / 264
- Number of attempts: 9
Multiline to Single Line - 569 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #96 / 255
- Number of attempts: 8
From a Thunderlink to a Markdown link - 712 entries
ThunderLinks are durable hyperlinks to specific email messages generated from Thunderbird in HTML format. Leverage the power of vim to make them suitable for a markdown-formatted file.
- Best score: 18
- Best player score: 21
- Position: #91 / 159
- Number of attempts: 11
Swap values - 4500 entries
Well, swap the values...
- Best score: 11
- Best player score: 11
- Position: #340 / 1247
- Number of attempts: 5
prepend * to every non-blank line - 6096 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #362 / 1489
- Number of attempts: 5
One number per line - 18478 entries
Just give me the numbers.
- Best score: 14
- Best player score: 18
- Position: #1531 / 3810
- Number of attempts: 10
Quote modules (ver.2) - 197 entries
Complete golang import statement.
- Best score: 22
- Best player score: 33
- Position: #49 / 53
- Number of attempts: 2
citizen_hacks_2019_challenge2 - 183 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 6
- Position: #52 / 94
- Number of attempts: 3
Add semicolons - 10716 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #682 / 3022
- Number of attempts: 4
Bad Copy Syntax - 1950 entries
Copy should be from right to left, but sometimes you type it wrong.
- Best score: 18
- Best player score: 35
- Position: #455 / 501
- Number of attempts: 1
remove lines containing the word "reader" - 3480 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #469 / 1127
- Number of attempts: 7
citizen_hacks_2019_challenge3 - 31 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 4
- Best player score: 4
- Position: #21 / 28
- Number of attempts: 1
Box it - 7725 entries
Create a box around a line.
- Best score: 21
- Best player score: 21
- Position: #416 / 1844
- Number of attempts: 9
Every other line - 2856 entries
AaAaAaA
- Best score: 12
- Best player score: 12
- Position: #76 / 691
- Number of attempts: 4
Copy three lines - 2824 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 13
- Position: #173 / 630
- Number of attempts: 8
Array propagate - 318 entries
Complete the array with the keys as part of the value
- Best score: 23
- Best player score: 42
- Position: #104 / 114
- Number of attempts: 1
Preferably without multi-cursor plugin - 526 entries
Originally asked as question on reddit by kpthunder: https://www.reddit.com/r/vim/comments/9fvsro/what_is_the_most_efficient_way_to_go_about/
- Best score: 30
- Best player score: 35
- Position: #63 / 123
- Number of attempts: 5
Just the middle - 11283 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1461 / 4140
- Number of attempts: 5
Make HTML List - 997 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 46
- Position: #137 / 265
- Number of attempts: 3
Basic renumbering - 5486 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #252 / 1243
- Number of attempts: 6
Vice versa - 7627 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Position: #582 / 2067
- Number of attempts: 14
citizen_hacks_2019_challenge4 - 77 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 5
- Best player score: 5
- Position: #38 / 54
- Number of attempts: 2
One to Ten - 2122 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: #328 / 649
- Number of attempts: 6
citizen_hacks_2019_challenge5 - 124 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 6
- Position: #37 / 67
- Number of attempts: 3
Line under headers - 1933 entries
Put a line under each header, and remove the other markdown formatting.
- Best score: 24
- Best player score: 36
- Position: #377 / 476
- Number of attempts: 1
move titles next to url, in quotes - 496 entries
had trouble with something similar
- Best score: 19
- Best player score: 19
- Position: #10 / 130
- Number of attempts: 8
Collect List - 4212 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #509 / 1176
- Number of attempts: 4
I forgot quotes - 15840 entries
Oops.
- Best score: 10
- Best player score: 10
- Position: #1104 / 4133
- Number of attempts: 8
-a-b-c- - 3142 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 13
- Position: #298 / 1120
- Number of attempts: 6
Do you demand a shrubbery? - 1107 entries
Use :redir and crush the emacsgolfers.
- Best score: 15
- Best player score: 42
- Position: #292 / 292
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10564 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #1569 / 3646
- Number of attempts: 4
Words in parens - 12788 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #1142 / 3930
- Number of attempts: 7
citizen_hacks_2019_challenge1 - 44 entries
For the Citizen Hacks 2019 Vim competition
- Best score: 5
- Best player score: 5
- Position: #22 / 38
- Number of attempts: 1
switch variable - 4993 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #635 / 1722
- Number of attempts: 6
Shebangs for all - 1793 entries
We've all seen or used a shebang once or twice. Ditch the specific paths and leave just a dynamic Ruby and Python bath behind.
- Best score: 11
- Best player score: 11
- Position: #59 / 474
- Number of attempts: 12
A Simple One - 971 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #513 / 632
- Number of attempts: 5
Reverse and count - 432 entries
Someone typed things upside down and now a Vim ninja needs to reverse the lines and count how many there are.
- Best score: 18
- Best player score: 18
- Position: #8 / 168
- Number of attempts: 2
Contributed Challenges
Python dataclasses - 761 entries
Simple challenge to extract fields from a Python class
Paste a column after a column - 636 entries
This task is very common while using multi-cursor. What is the elegant vim way ?