Played Challenges
Populate 3D bone names list - 638 entries
Ran into this at work, excited to see how this gets optimized
- Best score: 21
- Best player score: 33
- Position: #116 / 166
- Number of attempts: 1
Remove line numbers - 752 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 9
- Best player score: 15
- Position: #116 / 201
- Number of attempts: 1
Find fix point of cos - 1444 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: 15
- Position: #100 / 427
- Number of attempts: 2
Surround the 'z' character with brackets, quotes, and print as formatted string. - 572 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #52 / 321
- Number of attempts: 2
Paste a column after a column - 2632 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 23
- Position: #369 / 570
- Number of attempts: 2
HS exam question - 1599 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 64
- Position: #146 / 419
- Number of attempts: 1
Reformat symbols in list - 1635 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 35
- Position: #229 / 352
- Number of attempts: 2
Many duplicates - 1465 entries
Quick and easy
- Best score: 7
- Best player score: 11
- Position: #409 / 478
- Number of attempts: 1
delete swap - 1818 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #104 / 567
- Number of attempts: 3
Generate a very basic Python constructor (fixed) - 1281 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 51
- Position: #191 / 275
- Number of attempts: 1
Fix the shell script! - 2651 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 48
- Position: #498 / 616
- Number of attempts: 1
Visual block training - 1096 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 29
- Position: #85 / 207
- Number of attempts: 1
Put a newline after every 10 lines in vim - 1668 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 13
- Position: #391 / 561
- Number of attempts: 2
hello-world-vimgolf - 2513 entries
Simple number generation
- Best score: 10
- Best player score: 14
- Position: #545 / 717
- Number of attempts: 2
Contribute to keyboard mashing - 900 entries
Speak in tongues
- Best score: 17
- Best player score: 22
- Position: #240 / 273
- Number of attempts: 1
Migrated to Postgres! - 338 entries
Celebration completion of this project. https://github.com/igrigorik/vimgolf/pull/322
- Best score: 26
- Best player score: 28
- Position: #39 / 133
- Number of attempts: 1
Inverting Lines - 1932 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 12
- Position: #310 / 518
- Number of attempts: 1
RUST Cargo.toml version to last - 378 entries
RUST Cargo.toml version to last. rusty practice on vimgolf
- Best score: 16
- Best player score: 25
- Position: #87 / 104
- Number of attempts: 2
Python: Def to Lambda - 460 entries
LAMBDA!!!
- Best score: 19
- Best player score: 23
- Position: #131 / 157
- Number of attempts: 1
Add string initializers to an enum - 892 entries
Change Typescript enum so that it has string initializers.
- Best score: 21
- Best player score: 27
- Position: #201 / 263
- Number of attempts: 1
VimGolf