-
Notifications
You must be signed in to change notification settings - Fork 0
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
Labels of dynamic length #3
Comments
This raises a question of what to do when there are labels
Leaning towards option 3. |
Option 1: Option 2: Option 3: Option 4: |
Another issue is handling overlapping labels. With two-character labels this cannot occur because even if the word itself is 1-character long, there's still always a separating character (whitespace, etc), so no overlaps ever happen. One way to handle this for longer labels would be to only display the first 1 or 2 characters and then to display subsequent characters after the first one(s) was entered. I think that's how hop.nvim handles it. Personally I find it distracting. |
Currently labels can only be 2 characters long.
It wouldn't be hard to make labels' length dynamic.
Pros:
almostnever run out of labels atzz
Cons:
Should be an opt-in feature perhaps.
The text was updated successfully, but these errors were encountered: