Played Challenges
Simple, Practical, and Common - 33742 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.
- Best score: 22
- Best player score: 27
- Position: #4018 / 7447
- Number of attempts: 4
Applying same text modification in several lines - 2897 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 16
- Position: #604 / 857
- Number of attempts: 1
Add string initializers to an enum - 873 entries
Change Typescript enum so that it has string initializers.
- Best score: 21
- Best player score: 24
- Position: #136 / 259
- Number of attempts: 4
SCREAMING_SNAKE_CASE to Title Case - 1216 entries
Convert strings in SCREAMING_SNAKE_CASE to Title Case. Examples: EMPLOYEE_NAME -> Employee Name REVENUE_YEAR_TO_DATE -> Revenue Year To Date SALARY -> Salary
- Best score: 19
- Best player score: 29
- Position: #162 / 251
- Number of attempts: 2
Add semicolons - 10887 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #270 / 3074
- Number of attempts: 2
remove lines containing the word "reader" - 3604 entries
easy stuff
- Best score: 9
- Best player score: 13
- Position: #991 / 1169
- Number of attempts: 3
Box it - 7916 entries
Create a box around a line.
- Best score: 21
- Best player score: 23
- Position: #692 / 1881
- Number of attempts: 2
From argument to object - 1513 entries
This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?
- Best score: 17
- Best player score: 20
- Position: #342 / 460
- Number of attempts: 1
Extract argument from function - 2364 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 18
- Position: #666 / 755
- Number of attempts: 1
Search and Replace 0 - 5007 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 14
- Position: #1053 / 1631
- Number of attempts: 4
Preferably without multi-cursor plugin - 540 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/
- Best score: 30
- Best player score: 45
- Position: #121 / 129
- Number of attempts: 1
That hyphen - 2595 entries
"vim vi improved"
- Best score: 9
- Best player score: 14
- Position: #588 / 701
- Number of attempts: 1
comment and uncomment code inline - 1130 entries
It's very useful to be able to comment out a block of code in a quick edit. And likewise to uncomment the code. This operation often involves multi-line stanzas and even large blocks. With just line-wise navigation and insert mode this would cost you about 4 keystrokes per line. Master this hole of VimGolf and you'll quickly drop your key count in day to day Vim as well.
- Best score: 9
- Best player score: 29
- Position: #322 / 324
- Number of attempts: 1
Just the middle - 11495 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2946 / 4213
- Number of attempts: 4
Learn some german verbs - 533 entries
The list needs to be structured so we can print in verbatim and feel ok about how it looks.
- Best score: 21
- Best player score: 31
- Position: #112 / 133
- Number of attempts: 1
Fiddle percentages into real numbers - 869 entries
Get rid of the '%' symbols and shift the decimal place. This is the easier version - all the columns line up.
- Best score: 13
- Best player score: 39
- Position: #289 / 293
- Number of attempts: 1
Vice versa - 7952 entries
Little role switching.
- Best score: 12
- Best player score: 16
- Position: #1402 / 2139
- Number of attempts: 1
Order and join - 985 entries
There's something special about the input order.
- Best score: 10
- Best player score: 15
- Position: #225 / 260
- Number of attempts: 2
citizen_hacks_2019_challenge4 - 95 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 5
- Best player score: 5
- Position: #29 / 65
- Number of attempts: 3
Change part of a function name in multiple occurrences - 662 entries
Change the middle part of the function name in multiple places, preferably using the next and dot commands.
- Best score: 14
- Best player score: 18
- Position: #177 / 208
- Number of attempts: 1
citizen_hacks_2019_challenge5 - 147 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 6
- Position: #22 / 77
- Number of attempts: 3
Join 'em - 251 entries
This shouldn't be too tough
- Best score: 4
- Best player score: 5
- Position: #118 / 151
- Number of attempts: 2
Delete to the end of the current line - 831 entries
Delete to the end of the current line, but keep the character under the cursor.
- Best score: 5
- Best player score: 5
- Position: #184 / 401
- Number of attempts: 1
move titles next to url, in quotes - 537 entries
had trouble with something similar
- Best score: 19
- Best player score: 23
- Position: #104 / 142
- Number of attempts: 2
convert yml into java pojo field - 857 entries
How fast vim can create fields for java pojo i.e class declaration referring to a (simple) yml file
- Best score: 29
- Best player score: 30
- Position: #123 / 227
- Number of attempts: 3
I forgot quotes - 16038 entries
Oops.
- Best score: 10
- Best player score: 21
- Position: #3769 / 4192
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10688 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 15
- Position: #3200 / 3691
- Number of attempts: 1
attr_aligner - 3522 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 33
- Position: #537 / 703
- Number of attempts: 3
quotes inside quotes - 3165 entries
taken from tip 85 of the very good book 'Practical Vim: Edit Text at the Speed of Thought' ! I'd be interested what people use :)
- Best score: 14
- Best player score: 17
- Position: #934 / 1079
- Number of attempts: 2
Saving the hashes(#) - 2063 entries
The following file is copied from vimcasts.org(Its only for learning purpose,hope the site owner doesn't mind it), its probably the easiest of challenges.Our goal is to delete every line which doesn't contain a hash signs. The remaining hash signs with numbers are then sorted to get the final output.
- Best score: 20
- Best player score: 26
- Position: #209 / 480
- Number of attempts: 8
switch variable - 5079 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 13
- Position: #1240 / 1749
- Number of attempts: 1
Simple text editing with Vim - 13013 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1816 / 3744
- Number of attempts: 4