Played Challenges
Python dataclasses - 53 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 19
- Number of attempts: 5
RUST Cargo.toml version to last - 98 entries
RUST Cargo.toml version to last. rusty practice on vimgolf
- Best score: 16
- Best player score: 16
- Number of attempts: 7
Enumerate Bullets - 78 entries
We will need to refer to the bullet points in our document explicitly later, so we need to assign them some ID's!
- Best score: 20
- Best player score: 20
- Number of attempts: 7
swap number pairs - 1037 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 16
- Number of attempts: 8
HS Final exam vimgolf - 418 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 21
- Number of attempts: 7
Easy modification of ssh config - 112 entries
Just add another alias to each worker
- Best score: 24
- Best player score: 24
- Number of attempts: 4
ssh config skills - 137 entries
Parse output from `kuebctl get no -o wide` into an .ssh/config file!
- Best score: 41
- Best player score: 55
- Number of attempts: 4
Rural Post - 3622 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Number of attempts: 8
Add quotes to ansible playbook - 398 entries
You created an ansible playbook, but forgot to add quotes. Can you fix it?
- Best score: 8
- Best player score: 8
- Number of attempts: 7
Multiline to Single Line - 256 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Number of attempts: 1
Data reformat - 177 entries
Reformat this copy-paste data! #csv
- Best score: 38
- Best player score: 38
- Number of attempts: 8
xrandr outputs and dashes - 480 entries
uh oh, different video drivers identify display outputs with more dashes. Quick, need to change this xrandr script!
- Best score: 12
- Best player score: 12
- Number of attempts: 8
Capitalize the Names - 186 entries
I want to capitalize the names in quotes, but just the people's names, not the file names.
- Best score: 3
- Best player score: 21
- Number of attempts: 7
Alphabet soup - 284 entries
Create a column of all alphabet characters organized in a funky way
- Best score: 25
- Best player score: 25
- Number of attempts: 8
prepend * to every non-blank line - 5702 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 12
- Number of attempts: 1
Quote modules (ver.2) - 153 entries
Complete golang import statement.
- Best score: 22
- Best player score: 23
- Number of attempts: 15
Refactor typescript arrow function type - 264 entries
Make arrow function type less verbose and easier to read
- Best score: 20
- Best player score: 20
- Number of attempts: 11
calculations - 235 entries
Complete these (weird) calculations.
- Best score: 38
- Best player score: 39
- Number of attempts: 7
citizen_hacks_2019_challenge2 - 150 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 6
- Number of attempts: 2
Extract wireshark capture filter - 165 entries
Extract wireshark capture filter from IP plan
- Best score: 25
- Best player score: 25
- Number of attempts: 3
Around the clock - 164 entries
You'll want to use 2 special commands to complete this. If you haven't yet, read through 'input.txt', especially :help simple-changes
- Best score: 13
- Best player score: 13
- Number of attempts: 3
Add semicolons - 10286 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Number of attempts: 5
Box it - 7592 entries
Create a box around a line.
- Best score: 21
- Best player score: 29
- Number of attempts: 1
move titles next to url, in quotes - 440 entries
had trouble with something similar
- Best score: 19
- Best player score: 19
- Number of attempts: 5
Simple format (2) - 282 entries
try again!
- Best score: 23
- Best player score: 23
- Number of attempts: 8
Preferably without multi-cursor plugin - 426 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: 30
- Number of attempts: 7
Number Sort - 278 entries
sort the list of newline-separated numbers incrementally. Numbers are in the range 1 to 1000, with 500 missing
- Best score: 9
- Best player score: 9
- Number of attempts: 2
Learn some german verbs - 485 entries
The list needs to be structured so we can print in verbatim and feel ok about how it looks.
- Best score: 21
- Best player score: 21
- Number of attempts: 6
Subnetting - 88 entries
Split up the IP addresses in the right way.
- Best score: 29
- Best player score: 29
- Number of attempts: 9
Todo list specification - 342 entries
The every item on the todo list must be done today. Modify the list to reflect that.
- Best score: 37
- Best player score: 37
- Number of attempts: 4
Paragraph breaks - 460 entries
Swap the blank lines and the aaa lines.
- Best score: 10
- Best player score: 10
- Number of attempts: 7
One number per line - 18189 entries
Just give me the numbers.
- Best score: 14
- Best player score: 23
- Number of attempts: 1
Vice versa - 7383 entries
Little role switching.
- Best score: 12
- Best player score: 17
- Number of attempts: 2
Simple, Practical, and Common - 32648 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
- Number of attempts: 9
Just the middle - 11070 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Number of attempts: 1
I forgot quotes - 15627 entries
Oops.
- Best score: 10
- Best player score: 24
- Number of attempts: 1
Basic renumbering - 5393 entries
Renumbering Basic.
- Best score: 11
- Best player score: 19
- Number of attempts: 1
Suffix sort - 195 entries
Sort from the end of the line, as if the letters in each line were reversed.
- Best score: 19
- Best player score: 19
- Number of attempts: 18
A HAPPY NEW YEAR 2014 ! - 10507 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 13
- Number of attempts: 1
Word frequency alignment - 225 entries
You've got to align the second column, but the spacing is inconvenient and there are nasty tabs in the way. If you're a "real Vim ninja," this could be very quick indeed...
- Best score: 5
- Best player score: 5
- Number of attempts: 5
Simple text editing with Vim - 11332 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 30
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 5781 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 74
- Number of attempts: 1