Played Challenges
Quicksort - 2002 entries
We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.
- Best score: 6
- Best player score: 7
- Position: #145 / 440
- Number of attempts: 8
Find fix point of cos - 1408 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 16
- Position: #268 / 418
- Number of attempts: 2
Surround the 'z' character with brackets, quotes, and print as formatted string. - 561 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #116 / 314
- Number of attempts: 2
Paste a column after a column - 2555 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 16
- Position: #173 / 557
- Number of attempts: 6
Reformat symbols in list - 1625 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 33
- Position: #212 / 349
- Number of attempts: 4
Poorly indented Python comments - 1316 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 15
- Position: #23 / 222
- Number of attempts: 10
Generate a very basic Python constructor (fixed) - 1253 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 29
- Position: #13 / 271
- Number of attempts: 11
Fix the shell script! - 2596 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 26
- Position: #15 / 603
- Number of attempts: 11
Visual block training - 1075 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 21
- Position: #55 / 205
- Number of attempts: 3
Innocent Monster - 217 entries
You have the tools, just create him!
- Best score: 60
- Best player score: 138
- Position: #40 / 49
- Number of attempts: 1
Put a newline after every 10 lines in vim - 1660 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #111 / 558
- Number of attempts: 3
Wikitext headings to markdown - 987 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 20
- Position: #20 / 209
- Number of attempts: 10
hello-world-vimgolf - 2501 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #161 / 709
- Number of attempts: 4
Contribute to keyboard mashing - 890 entries
Speak in tongues
- Best score: 17
- Best player score: 20
- Position: #186 / 270
- Number of attempts: 2
Reordering Lorem Ipsum - 290 entries
Who even sorted this?
- Best score: 13
- Best player score: 14
- Position: #32 / 66
- Number of attempts: 8
Fill in the chess board - 959 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 19
- Position: #15 / 185
- Number of attempts: 16
Plotting some variables in python - 1661 entries
4 sets of (x,y) variables to plot. Just increment the numbers! Well, let's change the colors of the lines as well. Oh and we meant to plot the absolute values of course.
- Best score: 34
- Best player score: 35
- Position: #76 / 348
- Number of attempts: 8
Transpose a python matrix - 873 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 24
- Position: #31 / 138
- Number of attempts: 16
Python dataclasses - 1187 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 21
- Position: #125 / 294
- Number of attempts: 4
Python Hello World! Reformatting - 1000 entries
A novice Python using prints Hello World! and a pro shows him different way. Using vim to get into pro style from novice, win the challenge.
- Best score: 39
- Best player score: 46
- Position: #311 / 382
- Number of attempts: 2
change parenthesis - 296 entries
change the pair of braces into a pair of parentheses
- Best score: 9
- Best player score: 10
- Position: #142 / 161
- Number of attempts: 1
Word frequency alignment - 291 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
- Position: #113 / 161
- Number of attempts: 3
Insert a Markdown link - 450 entries
Put a link in a markdown document, using the after-the-paragraph format.
- Best score: 22
- Best player score: 34
- Position: #140 / 149
- Number of attempts: 3
Get rid of html tags - 407 entries
Want to read more about Vim's background? Then get rid of those html tags...
- Best score: 12
- Best player score: 16
- Position: #13 / 236
- Number of attempts: 2