44716 active golfers, 505924 entries, 620 challenges
Open VimGolf challenges
Resort and deup a CSV list - 185 entries
I'm always adding items to a sorted list. There has to be a better way dedup and resort the lists. There are multiple lists with varying lengths to discourage manual sorting. Also Australia's animals are weird.
Pascal's Triangle - 42 entries
Generate the first 17 left-justified rows of Pascal's triangle.
Triangular Numbers - 114 entries
Generate the first 50 triangular numbers.
Kolakoski sequence -- level 2 - 23 entries
This time, the line above describes the line below. Level 1 at: http://www.vimgolf.com/challenges/5c880211ab65cb00065c74eb
Convert Application Output to CSV - 226 entries
Change the application output to comma-separated values
Two pairs of cluster of letters creates word - 773 entries
Clean and group.
Kolakoski sequence -- level 1 - 83 entries
Generate the Kolakoski sequence as described by its first 75 terms.
Cool or not? - 857 entries
abc trying to be cool or not...
Letterbox - 162 entries
Make a box!
The D a n k Side of the Moon - 65 entries
You're making a vaporwave cover of The Dark Side of the Moon. So for the tracklisting, you want to: 1. Change the track names to v a p o r c a s e 2. Double the track lengths (since you're slowing them down). Well... let's just double the minutes.
Box it - 7999 entries
Create a box around a line.
Flip the bit - 141 entries
Change the specific 0 to a 1.
snowflake fractal - 58 entries
From step 0 to step 3 of a fractal
Increment each number - 1067 entries
Increment each number individually by one
Build a six - 315 entries
Just enjoy building "a" floors...
move titles next to url, in quotes - 562 entries
had trouble with something similar
One to Ten - 2249 entries
Generate the sequence of numbers from 1 to 10, one number per line. Inspired by this Reddit thread: https://redd.it/ak4it2
Delete to the end of the current line - 867 entries
Delete to the end of the current line, but keep the character under the cursor.
Put the months in order - 1001 entries
Our contractor thought that months should be in alphabetical order. Put them in calendar order please.
remove lines containing the word "reader" - 3646 entries
easy stuff
Python challenge - 204 entries
Change the types of the variables in the list from str to float, while keeping the truncation.
Change part of a function name in multiple occurrences - 681 entries
Change the middle part of the function name in multiple places, preferably using the next and dot commands.
Santa's naughty / nice list - 104 entries
Christmas is here and Santa hasn't decided who's naughty or nice yet. He's given a list of names to his programmer friend to quickly split the children into naughty and nice. Hint: There's a hidden pattern that might be familiar.
My cafe needs a new menu - 36 entries
Help! My cafe needs a new menu and I've only got this plain-text file from the kitchen. In order to get it printed, I need to transform it into a markdown file with; headings for each type of item, prices on each menu item, dietary options and a key down the bottom.
unknown command - 176 entries
I want change 5 words
simple format (3) - 94 entries
reverse two column values!
Simple format (2) - 343 entries
try again!
Applying same text modification in several lines - 2929 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
Preferably without multi-cursor plugin - 562 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/
Com(m)a Trouble - 3990 entries
Someone was real stupid when placing his commas. Can you fix it?
Array Transposition - 216 entries
Transpose four arrays into two.
On Being Stylish - 93 entries
Your PR cannot be accepted if you don't follow our corporate style guide.
convert yml into java pojo field - 874 entries
How fast vim can create fields for java pojo i.e class declaration referring to a (simple) yml file
Swap values inside brackets - 2549 entries
Easy challenge.
Swap the operands under comparison - 320 entries
Swap the operands under comparison to prevent null pointer exception (at least in java)
Number Sort - 322 entries
sort the list of newline-separated numbers incrementally. Numbers are in the range 1 to 1000, with 500 missing
Long prime list - filter version - 43 entries
I've used the maximum input/diff/output size allowed by vimgolf to get a list of integers up to 1460 separated by newlines, and your goal is to only keep the lines containing primes. There are 232 of them I hope some of you will golf vimscript itself to create some function to run as a primality check for each line, which is a good exercise if you haven't done much vimscript yet! You're invited to also try copy-pasting and doing other non-smart text manipulation. Even more interesting would be to see a solution that uses text manipulation to do the filtering! Whether you use vimscript, normal-mode primality checks, or text manipulation, as long as the end result is valid, your answer will be valid! Let's see which method does better here. Best of luck!
Learn some german verbs - 549 entries
The list needs to be structured so we can print in verbatim and feel ok about how it looks.
Splits long lines in more readable ones - 18 entries
Those tests have too long lines. We have to split the to have more readable ones. This is based on a real project with Ruby and RSpec.
Subnetting - 142 entries
Split up the IP addresses in the right way.
Lenny Spiral - 20 entries
Make one lenny into an infinite army of lennys.
Remember VimGolf Rules ! - 278 entries
Rules, ... and don't forget !
Sort yaml structures alphabetically by root key names - 62 entries
sometimes we want to sort structures alphabetically in yaml files
Array propagate - 346 entries
Complete the array with the keys as part of the value
sort python functions and methods alphabetically - 34 entries
* sort functions in the python file alphabetically * sort functions within a Class alphabetically * sort Classes alphabetically
Back to the roots - 74 entries
Johnny has a file with more integers. He wants to change each number with its square root. Can you help him?
42-header - 55 entries
Rush 42mexican-standoff at 42 school
TAR archive pretty print - 38 entries
Will you use isk ?
mp3 - Cutlist - 50 entries
An audio CD was accidentally ripped into one single mp3 file. A dummy cue-file now needs to be filled out with the correct values to get single mp3 files.
Team names - 1860 entries
The team names are misspelled.
VimGolf