-
-
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
<C-o> not working on sneak search #4696
Comments
BTW, I'm willing to do a PR is someone points me out to the function that is used to save the position for the |
luisherranz
added a commit
to luisherranz/Vim
that referenced
this issue
Mar 29, 2020
When you do a search with vim-sneak, VSCodeVim doesn't save your position and you can't go back to where you were before using <C-o>. This PR adds isJump to both sneak movements. Fixes VSCodeVim#4696
Well, it was not hard so I did it myself: #4697 🙂 |
Closed
J-Fields
pushed a commit
that referenced
this issue
Apr 24, 2020
When you do a search with vim-sneak, VSCodeVim doesn't save your position and you can't go back to where you were before using . This PR adds isJump to both sneak movements to fix that. Fixes #4696.
berknam
pushed a commit
to berknam/Vim
that referenced
this issue
May 5, 2020
When you do a search with vim-sneak, VSCodeVim doesn't save your position and you can't go back to where you were before using . This PR adds isJump to both sneak movements to fix that. Fixes VSCodeVim#4696.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When you do a search with vim-sneak, VSCodeVim doesn't save your position and you can't go back to where you were before using
<C-o>
.To Reproduce
Steps to reproduce the behavior:
s<char><char>
.<C-o>
.Expected behavior
In normal vim/nvim you can do a search and get back to where you were using
<C-o>
. This is quite common when you need to write a long word which exists somewhere else:<C-o>
Screenshots
Doesn't work on VSCodeVim
![ezgif com-video-to-gif](https://user-images.githubusercontent.com/3305402/77848169-46e20380-71c3-11ea-98d7-306e7b555825.gif)
But works perfectly on Vim/Nvim
![ezgif com-video-to-gif (1)](https://user-images.githubusercontent.com/3305402/77848181-55c8b600-71c3-11ea-9b19-9fb1666d3747.gif)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: