cmdline default execute action #185
nixith
started this conversation in
Feature requests / ideas
Replies: 1 comment 3 replies
|
wait, looks like you can grab input. For whatever reason my lsp setup doesn't like documenting things and I haven't dove into the code much. It'd be nice to see this better documented in the docs, but otherwise I can figure this out! |
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
Currently, the UI of the command line can present no options as selected, but afaict it effectively chooses the last match. It would be nice if you could take this no match as a null option, and optionally handle the raw input.
For why this could be useful, consider using this as a sort of spotlight. You could browse your tabs, history, and bookmarks, and move to them or open them if they exist. If there are no matches, then you could open them in your default search engine with the
browser.searchapi. I have some of that written out in #147 (comment)All reactions