-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for ' ' (Jump to previous cursor position) #2031
Comments
This is a duplicate of #1089. This feature has been implemented and released in version 0.10.1. |
@westim Is this enabled by default? I'm on 0.10.1 of the plugin and just updated VSCode on Mac, but not seeing this shortcut work in normal mode. Sorry for beginner question but is there something to reconfigure? I've tried reinstalling the plugin after restarting VSCode (after update). |
@cbosco No worries, all questions allowed. I'm also not showing the correct behavior on my Mac on latest versions, and it seems that the extension owners are also not seeing the correct behavior. See the comments on PR #1993 from 2 days ago. It seems that we are waiting on an API command to be fully implemented in VSCode before this will work. You could pull a dev build of VSCode, but I recommend you simply wait until the next official release. |
Leaving this open until we get the new release |
The "Go Last" command is now available in VS Code vim, but my changes from #1993 seem to no longer work quite right due to some issue with |
@brandonbloom any updates to your investigation? |
Fix in the pipeline: microsoft/vscode#36544
… On Nov 5, 2017, at 8:46 PM, Jason Poon ***@***.***> wrote:
@brandonbloom any updates to your investigation?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
With the latest vscode and vscodevim I see this is kind of working but in a very buggy way... I often get taken back to the second or third most recent jump instead of the most recent jump, sometimes I end up on the line before or two lines before also. |
@ohjames I've experienced that a bit too, but it's going to vary a fair bit based on what operations you're doing. The VSCodeVim code has to specify when to make navigation stops and is probably pretty buggy there, but maybe easy to fix specific cases bothering you. |
I believe this issue has also been fixed. Please comment if it hasn't. |
@Chillee definitely hasn't been fixed, no better than it was last year. |
This still doesn't work for me |
The VSCodeVim team prioritizes issues based on reaction count.
In NeoVim or classic Vim I can jump back to my previous cursor position using
' '
. Which is usefull when I used Go to Definition (g d
) and want to jump back.Is it possible to implement this feature?
The text was updated successfully, but these errors were encountered: