Yilin-Yang / vim-markbar

Display all accessible marks and their surrounding lines in a collapsible sidebar.
MIT License
191 stars 3 forks source link

Is there any way of not having to press any extra key after pressing mo? #26

Closed toty88 closed 1 year ago

toty88 commented 3 years ago

I don't know if this is a bug or is it suppose to work this way but after pressing mo I need to press an extra (any) key to actually open the mark sidebar.

I had to set it like this in my .vimrc to actually open right away:

nmap < leader >mo OpenMarkbar ' (Although any random key is valid)

Yilin-Yang commented 2 years ago

Hi, sorry for the delay.

When you do this, does the markbar still open eventually (after a second or two) even when you don't press any keys?

My first thought is that this is because of timeoutlen and some other mapping you have that starts with mo, but in that case, the markbar should still open eventually. If not, could you post a small .vimrc that replicates this issue?

Yilin-Yang commented 1 year ago

Closing for inactivity. Please reply if this is still an issue.