Played Challenges
Quicksort - 1844 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: #135 / 404
- Number of attempts: 8
Find fix point of cos - 1306 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: #248 / 383
- Number of attempts: 2
Surround the 'z' character with brackets, quotes, and print as formatted string. - 532 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #116 / 294
- Number of attempts: 2
Paste a column after a column - 2481 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 16
- Position: #168 / 537
- Number of attempts: 6
Reformat symbols in list - 1573 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 33
- Position: #204 / 338
- Number of attempts: 4
Poorly indented Python comments - 1300 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 15
- Position: #23 / 218
- Number of attempts: 10
Generate a very basic Python constructor (fixed) - 1250 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 / 270
- Number of attempts: 11
Fix the shell script! - 2540 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 26
- Position: #15 / 587
- Number of attempts: 11
Visual block training - 1069 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 21
- Position: #55 / 203
- 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 - 1656 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #111 / 555
- Number of attempts: 3
Wikitext headings to markdown - 986 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 20
- Position: #20 / 208
- Number of attempts: 10
hello-world-vimgolf - 2484 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #161 / 703
- 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 - 953 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 / 182
- Number of attempts: 16
Plotting some variables in python - 1660 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 / 347
- Number of attempts: 8
Transpose a python matrix - 871 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 24
- Position: #31 / 137
- Number of attempts: 16
Python dataclasses - 1127 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 21
- Position: #121 / 283
- Number of attempts: 4
Python Hello World! Reformatting - 989 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: #308 / 379
- 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 - 290 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 - 434 entries
Put a link in a markdown document, using the after-the-paragraph format.
- Best score: 22
- Best player score: 34
- Position: #136 / 145
- Number of attempts: 3
Get rid of html tags - 383 entries
Want to read more about Vim's background? Then get rid of those html tags...
- Best score: 15
- Best player score: 16
- Position: #11 / 224
- Number of attempts: 2