Using multiple modifiers for a mapping: <C-A-j>
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
I just tried to add the following mappings in order to change tabs with Ctrl+Alt+[j or k].
map <C-A-j> previousTab
map <C-A-k> nextTab
It doesn't seem to work. Anything I could do about it?
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 reproducing the two mappings in Vimium with Ctrl+Alt+j and Ctrl+Alt+k, then trace the keyboard mapping handling used by those commands. Done means both combinations reliably trigger previousTab and nextTab, with coverage for the supported modifier behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100