VSCodeVim / VSCodeVim/Vim

`<C-t>` works same as `<C-o>` but it should not

Open
#2,586 3 comments 5 reactions 1 assignee View on GitHub

@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

  1. Go to definition with <C-]>
  2. Move around with jjjj
  3. Press <C-t>
  4. Move to the previous position before the last j

What did you expect to happen

  1. Go to definition with <C-]>
  2. Move around with jjjj
  3. Press <C-t>
  4. 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

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.