philc / philc/vimium

only exclude key sequence not individual keys

Open
#3,142 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
27k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

When I add the following exclusion entry, Vimium disables each individual key (i.e. +gd) on Github e.g. d won't scroll the screen down. A better approach, I think, is to disable only the key sequence (g+d) instead of each individual key.

URL: https?://github.com/*
key: g+d (go to dashboard )

thanks

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named. Start by locating the exclusion-entry handling and key-sequence dispatch described in the issue, then reproduce the GitHub behavior with g+d excluded. Done means g+d is disabled while d alone still scrolls the page.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.