35986 active golfers, 433608 entries, 556 challenges
Open VimGolf challenges
FoodCritic023: Prefer conditional attributes - 178 entries
FoodCritic (www.foodcritic.io) is a lint tool for your Chef (learn.chef.io) cookbooks. FC023 indicates that you should prefer Chef guards over Ruby conditions. This challenge expects you to be able to fix this issue in a sample cookbook, given the FoodCritic output: ================================================================ FC023: Prefer conditional attributes: cookbooks/foo/recipes/default.rb:25 ================================================================ See http://www.foodcritic.io/#FC023 for more details about the changes being made.
Replace and keep the case - 405 entries
Replace all instance of plugin and Plugin to device and Device.
comments galore - 982 entries
Basic comment reformatting
No naked if allowed! - 25 entries
House style forbids naked condition statements, comments should start with a space character and be on their own line. Good luck!
lipsum lines - 248 entries
Convert a quoted block of text into strings in a list.
Angular naming conventions - 287 entries
In angular, a directive name follows the camelCase convention. When the directive is used in an HTML template, the words are instead separated by a dash. Go from to the other the fastest!
Manual SQL - 116 entries
Change select and insert queries to simulate inserting a new record.
Forgot to follow the naming convention... - 25 entries
Rename everything like MY_VAR_SOMETHING to MyVarSomething.
Sudoku table - 61 entries
Make this simple sudoku table look nice and legible.
Lower cased and dashed strings - 46 entries
As I have to generate big fixtures files, I wanted to find a way to format input data the way described by start and end files. Especially the lower-cased-and-dashed ids Not so good to find a pure Vim way, that's why I submit this challenge ;)
Vim's not included features - 192 entries
Filter not included (-) features in a hypothetical installation of vim.
Assign numbers to fields - 98 entries
You are given a list of space-separated strings. Add an increasing numeric prefix to each one.
Add to end of each line... kinda - 316 entries
Visual-block mode can be used to add something to the end of each line, even if they are of differing lengths. However, what if it's not quite at the end?
Vice versa - 7708 entries
Little role switching.
Maze path - 35 entries
Follow the given motions and mark your path with Xs. Attention: This maze is quite big (20x20), please set your terminal size to at least 82.
Simple, Practical, and Common - 33256 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.
Make HTML List - 1006 entries
Turn the comma separated list into an unordered html list.
Collect List - 4238 entries
Convert to comma separated list.
Entries sort - 80 entries
It cames to my mind a weird idea : sorting parts of my .vimrc. Take few minutes to sort out this, it's easy !
Mirror Symmetry - 793 entries
Add backslashes.
Restore order to the alphabet - 184 entries
The numbers are OK. The letters are wonky.
Line 'em up! - 387 entries
It can be so hard to keep everything neatly lined-up. Somebody clearly hasn't bothered here. Tidy it up, please!
swap or reverse - 110 entries
Try to swap or reverse the line as needed.
Tiny column alignment - 41 entries
Align using the four blocks, don't forget to lowercase and have fun!
readability - 310 entries
Make the code readable by adding some spaces
remove all lines in first part - 190 entries
From the second part, remove all lines in the first part. It can be useful when you have done something from a long list, you want to know what is not done yet!
Shuffled numbers - 228 entries
Each number is paired with the number it should follow. That's enough information to put them in order.
camel riding - 769 entries
add a prefix on some camelCase variables
Merge blank lines and properly capitalize - 72 entries
Here you need complete 2 tasks: 1. Remove all unwanted continuous blank lines and leave only 1 blank line between paragraphs. 2. Properly capitalize the sentences.
Remove hard line breaks - 64 entries
Text files with Hard breaks are not good for e-readers. We need remove all hard line breaks and have long lines.
Custom McCarthy sequence - 36 entries
Generate the first one hundred and twenty numbers (starting with n=1). See here for some inspiration: http://en.wikipedia.org/wiki/McCarthy_91_function
Fix the XML - 962 entries
The challenge consists in having a valid xml from an incomplete source.
Rail fence transposition cipher - 70 entries
Solve a rail fence transposition cipher using vim. This ciphertext was created using two rails. Use vim to transpose the text and recover the original quote.
Interleave lines - 143 entries
This is some kind of « paste -d'\n' c b a ». There are many ways to achieve this.. just find the shortest!
Land of the Lost - 77 entries
Enter the tabs below the lyrics
Not enough Ps - 66 entries
Different type of code
Fill visual area - 82 entries
Just have fun!
Conway sequence - 23 entries
Generate the the first fifteen numbers. See here for more information: http://en.wikipedia.org/wiki/Look-and-say_sequence
Logging with key - 301 entries
Sometimes it is better to log with meaningful key
Sorting database text output - 213 entries
Sometimes it is nice to be able to quickly take column-formatted text output from the SQL command line and turn it into a list of useful data. In this case we want a unique, sorted list of the values from the second column combined into one comma-separated list. What is the fewest strokes you can do this in?
ASCII box - 325 entries
Don't forget to fix typos!
Space out the alphabet - 1610 entries
Put 3 spaces between adjacent letters.
Mute the second method of this script - 447 entries
prepend a # infront of every line of the second method
50 factorials mod 97 - 47 entries
List 1! to 50!, but give your answer mod 97.
Sort with uniq OpenEmbedded package names - 33 entries
For each line take 4th dirname of path. For example: "alsa-utils", "gawk-3.1.5", ... But! But if previous result is "files", take 3rd dirname instead. For example: "mktemp", "mklibs" ... If version is present in package name (dash is the separator character), take it. For example: "apt-0.9.9.4" prevails over "apt". And finally, use sort -u to get unique names!
Winning streak - 124 entries
Make the number on each line equal the consecutive L's or W's.
Separating firstname & lastname - 117 entries
Seperate named with equal tabs.
Greek column realign - 42 entries
Oops one letter is missing! Shift down the second column to insert nu letter. Symbol can be entered using: <C-K>n*
Wget failed to download redirections - 181 entries
Output of a wget session, where 302 where not properly handled due to certificate problems, has been saved to a file. Keep the correct URLs to start again downloading.
C to VimDict - 46 entries
Convert a C data structure to a Vimscript dictionary.