Feature request: Allow to customize key for previous position register
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
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
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