philc / philc/vimium

Feature request: Allow to customize key for previous position register

Open
#2,263 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

Currently single quote and backtick are hard coded in:
https://github.com/philc/vimium/blob/master/content_scripts/marks.coffee

I want to bind the goto mark feature to q, and have to previous position register also on q.
(Since q is way more convenient to use on my keyboard layout compared to backtick)

What I want is the possiblity to set a custom key for previous position register in the options.

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

The hard-coded keys are in content_scripts/marks.coffee; start there and trace how options are defined and read. Done means users can set a custom key for the previous position register in the options and that key is honored by the goto-mark behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
coffeescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.