Skip to content

Conversation

@qazxcdswe123
Copy link

Notice: This is more or less a BREAKING CHANGE!

What this PR does / why we need it:

Changes:

  • <C-o> now use workbench.action.navigateBack instead of hand rolled jump list, so that gd and mouse goto state are consistent.
  • <C-t> is unchanged and still use hand rolled jump list.

Which issue(s) this PR fixes

Special notes for your reviewer:
This will be a breaking change but IMO it's worth it since workbench.action.navigateBack is used much more often then Vim's jump list

- `<C-o>` now use workbench.action.navigateBack instead of hand rolled
jump list, so that `gd` and mouse goto state are consistent.
- `<C-t>` is unchanged and still use hand rolled jump list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jumping to Previous Position After Pressing a Key

1 participant