Played Challenges
Paste a column after a column - 2604 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 78
- Position: #540 / 565
- Number of attempts: 2
delete swap - 1801 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #233 / 561
- Number of attempts: 3
Inverting Lines - 1923 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 20
- Position: #475 / 516
- Number of attempts: 2
Python dataclasses - 1214 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 58
- Position: #289 / 300
- Number of attempts: 1
citizen_hacks_2019_challenge2 - 200 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 7
- Position: #94 / 103
- Number of attempts: 2
Unsemantic linewrapping - 933 entries
[Inspired by a blog post I read: https://scott.mn/2014/02/21/semantic_linewrapping/. Text adapted.] Sometimes when editing a Markdown file, I wrap the lines semantically. Instead of inserting a newline at 70 columns (or whatever), or making paragraphs one long line, I put in newlines at a point that seems logical to me. This may seem silly, but it produces better diffs. Semantic linewrapping also makes editing snappier. I can delete, edit or insert sentences easily using linewise operations. Code-oriented text editors like Vim and [REDACTED] are really good at this kind of manipulation. Editing text that hasn't been wrapped semantically is a pain, though:
- Best score: 9
- Best player score: 12
- Position: #179 / 232
- Number of attempts: 3
Add string initializers to an enum - 875 entries
Change Typescript enum so that it has string initializers.
- Best score: 21
- Best player score: 206
- Position: #260 / 260
- Number of attempts: 1
citizen_hacks_2019_challenge3 - 39 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 4
- Best player score: 4
- Position: #28 / 36
- Number of attempts: 1
citizen_hacks_2019_challenge4 - 99 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 5
- Best player score: 5
- Position: #47 / 66
- Number of attempts: 2
citizen_hacks_2019_challenge5 - 147 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 6
- Position: #44 / 77
- Number of attempts: 2
citizen_hacks_2019_challenge1 - 53 entries
For the Citizen Hacks 2019 Vim competition
- Best score: 5
- Best player score: 6
- Position: #42 / 45
- Number of attempts: 1