-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Cannot return to the previous jump position using Ctrl+O with the latest version #42
Comments
I'm not able to repro this issue. Can elaborate on steps to repro. Also provide your config. PS. cscope_maps.nvim does not modify jumplist so it should not create any regression for it. |
my cscope_maps.nvim config is:
jump is like this:
return whih ctrl+o like this:
|
hey @zaiqiang-dong issue is due to how telescope handles absolute paths. When abs path is given to telescope, it only changes cursor position. I would suggest you to use |
BTW, which colorscheme are you using? |
OK,got it, thanks,. |
I only use a colors.vim and config by myself. |
Added workaround in |
Describe the bug
Cannot return to the previous jump position using Ctrl+O with the latest version
back to :
commit 4086cbb
Author: Dhananjay [email protected]
Date: Thu Jul 4 14:02:37 2024 +0530
works ok!!!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ctrl+o can return old position.
Screenshots
If applicable, add screenshots to help explain your problem.
nvim version (please complete the following information):
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1713484068
Run "nvim -V1 -v" for more info
The text was updated successfully, but these errors were encountered: