Skip to content
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

Selecting mark "d" in Peekaboo markbar makes vim wait for more input before jumping to the mark #25

Open
lucypero opened this issue Oct 30, 2020 · 2 comments

Comments

@lucypero
Copy link

If I type 'd to select mark d, vim keeps waiting for extra input before jumping to the mark. You can see the d on the bottom right. It only jumps to the mark when you wait for a second without typing anything, as if you're in normal mode on an editable buffer.

@lucypero
Copy link
Author

Also, N doesn't do anything in the markbar

@3ximus
Copy link

3ximus commented Nov 22, 2020

I was noticing this issue today, and it happens for all keys that expect a motion d, y, c etc...

Looking at the doc you can set this option:
let g:markbar_explicitly_remap_mark_mappings = v:true

It wont fix it completely but allows you to jump straight to the mark you want, the peekaboo markbar only shows up after a small timeout.

After the markbar shows up you will have the same issue, but until there's a better way to fix it this is enough for me.
Cheers

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

No branches or pull requests

2 participants