How can I exclude key sequences?
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
How can I exclude certain key sequences (like gc, gi, gp) without excluding all g- sequences? My use case is the GitHub site: keys like gc, gi, and gp are keyboard shortcuts GitHub has built in to its interface and which I'd like to use, but I also want to be able to type gg to scroll to the top of the page a la Vimium.
Contributor guide
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
Start by tracing Vimium's key-sequence handling and how it distinguishes sequences beginning with g. Confirm how exclusions are currently represented, then verify that gc, gi, and gp can be excluded while gg still scrolls to the top. The issue does not name a file or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100