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

It's hard to tell the tree depth with de-bruijn #53

Closed
PythonNut opened this issue May 29, 2015 · 1 comment
Closed

It's hard to tell the tree depth with de-bruijn #53

PythonNut opened this issue May 29, 2015 · 1 comment

Comments

@PythonNut
Copy link

When using the de-bruijn style, it's hard to tell how many characters a certain target needs. Of course, you can tell from context (you can scan forward to the end of the cluster and count the number of non decision chars to determine the needed length.)

I'm not entirely sure how to solve this. One way would be to have different color decision chars based on the number of characters left to type. (As far as I can tell, this is the way evil-easymotion does it. They have yellow for single character jumps and red for two character jumps (no idea what happens if they need three characters).

This issue can track the discussion of this problem. Of course, there may be other solutions, and maybe it bothers me more than it does others.

@abo-abo abo-abo closed this as completed in 02bf35b Jun 3, 2015
@abo-abo
Copy link
Owner

abo-abo commented Jun 3, 2015

Thanks.

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