g; not work when set leader to ;
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Describe the bug
g; not work when set leader to ;
To Reproduce
Steps to reproduce the behavior:
- set leader to ";": "vim.leader": ";"
- change a file.
- use g;, it doesn't jump to last edit location
Expected behavior
jump back to change list
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 issue with "vim.leader" set to ";", then trace how the g; command is handled when the leader is changed. Done means g; jumps to the last edit location as expected after changing a file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100