Played Challenges
Paste a column after a column - 2662 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 78
- Position: #550 / 576
- Number of attempts: 2
delete swap - 1834 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #233 / 570
- Number of attempts: 3
Inverting Lines - 1952 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 20
- Position: #479 / 522
- Number of attempts: 2
Python dataclasses - 1248 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 58
- Position: #300 / 311
- Number of attempts: 1
citizen_hacks_2019_challenge2 - 204 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 7
- Position: #96 / 105
- Number of attempts: 2
Unsemantic linewrapping - 943 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: #180 / 235
- Number of attempts: 3
Add string initializers to an enum - 899 entries
Change Typescript enum so that it has string initializers.
- Best score: 21
- Best player score: 206
- Position: #264 / 264
- Number of attempts: 1
citizen_hacks_2019_challenge3 - 41 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 4
- Best player score: 4
- Position: #28 / 38
- Number of attempts: 1
citizen_hacks_2019_challenge4 - 102 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 5
- Best player score: 5
- Position: #47 / 68
- Number of attempts: 2
citizen_hacks_2019_challenge5 - 152 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 6
- Position: #44 / 79
- Number of attempts: 2
citizen_hacks_2019_challenge1 - 55 entries
For the Citizen Hacks 2019 Vim competition
- Best score: 5
- Best player score: 6
- Position: #44 / 47
- Number of attempts: 1
VimGolf