Default hint label generation using text content #220
RobertCraigie
started this conversation in
Feature requests / ideas
Replies: 1 comment 1 reply
|
Also it'd be great if completion (commandline_show) can be shown for all hints. Like nyxt browser shows (https//github.com/atlas-engineer/nyxt) So with that we can type URL or title text and jump by selecting a candidate. Although hint label by text helps, there is catch of mis-clicking similar text links. Oh with this feature I think commandline_show will need some kinda of fuzzy search or orderless way of searching Eg: this should match above line, irrespective of word order. Thank you for glide! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've long been a fan of https://codeberg.org/andyg/leap.nvim, it makes it much easier to jump to locations; We should emulate that in Glide.
Jyn has already written their own version of this that we could inherit: #147 (comment). I'm trying it out now in my own config to see how it feels :)
All reactions