inkdropapp / inkdropapp/inkdrop-vim
Support for ALT key
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 110
- Forks
- 10
- Avg merge
- 22h 59m
- Merged PRs (30d)
- 14
Description
Combine ALT key with default key binding to uses any feature of NORMAL MODE in INSERT MODE.
For example, ALT+J will escape INSERT MODE then jump down 1 line.
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
No files or tests are named. Start by tracing the TypeScript key-binding handling for INSERT MODE and NORMAL MODE, then verify that an ALT-modified key invokes the corresponding normal-mode action; ALT+J should leave INSERT MODE and move down one line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100