`<C-t>` works same as `<C-o>` but it should not
Open
@J-Fields is already working on this.
Since Dec 8, 2020.
kind/enhancement
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Is this a BUG REPORT or FEATURE REQUEST?
Bug report
What happened
- Go to definition with
<C-]> - Move around with
jjjj - Press
<C-t> - Move to the previous position before the last
j
What did you expect to happen
- Go to definition with
<C-]> - Move around with
jjjj - Press
<C-t> - Move to the previous position before
<C-]>
<C-t> uses tagstack, it is different with jumplist which <C-o> uses.
How to reproduce it (as minimally and precisely as possible)
See above
Environment
- Extension (VsCodeVim) version: 71f41af8af0ecfb32d4bb980acb9493d50577dce
- VSCode version: 1.22.2
- OS version: Windows 10 Pro 64bit
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.
Assessment
This issue has not been assessed yet.