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

Make information about timeoutlen more explicit #40

Open
fuine opened this issue Apr 25, 2017 · 1 comment
Open

Make information about timeoutlen more explicit #40

fuine opened this issue Apr 25, 2017 · 1 comment

Comments

@fuine
Copy link

fuine commented Apr 25, 2017

I'm trying to set up this plugin and I just spent a hefty amount of time debugging a ghost popup (vim would wait indefinitely until I pressed <ESC> and then flash the guide, closing it instantly). I got it resolved by removing set notimeout from my .vimrc. After I got it to work I found this line in the README:

After pressing leader the guide buffer will pop up when there are no further keystrokes within timeoutlen.

I think that if you made this line more explicit (e.g. bold and/or bigger) it would potentially save some time and nerves clumsy people like me :)

Thanks for the great plugin!

@Tehnix
Copy link

Tehnix commented Aug 24, 2017

Yeah, it can catch you if you miss it.

I'm personally running with

set timeoutlen=300
set ttimeoutlen=0

in my project for it :)

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