inkdropapp / inkdropapp/inkdrop-vim
Increment list number at line break
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 110
- Forks
- 10
- Avg merge
- 22h 59m
- Merged PRs (30d)
- 14
Description
The list number is automatically incremented when the enter key is used to create a new line but is not incremented when the o key is used to create a new line.
I often use ESC + o key to create a new line in vim, so it would be easier to type if the number is incremented.

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in an ordered list by comparing Enter with the Vim o command, including the ESC + o sequence shown in the report. Start by tracing the key-handling entry point for o and the existing Enter behavior; done means both commands create a new line with the ordered-list number incremented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100