Emma Eilefsen Glenna
Emma Eilefsen Glenna
This feature works as expected using a regular vscode keybinding, so it's not an upstream issue. `gh` should work the same as `editor.action.showHover`, but it doesn't. Upon first use, the...
I am also having this issue with Gnome (wayland) on Fedora 40, using the default config provided in "LazyExtras" by folke. Terminal hangs indefinitely, but i can still close and...
This is excellent! It works great for my use-case (printing an index instead of the matched string). I was able to merge it with master locally and everything appears to...
Hmm... It appears this does not work with the -e option. -f works as expected, but -F does not. the output does at least follow the result of -f
After familiarizing myself with the code, i discovered the source of the bug i mentioned above. You forgot to replace `choices_get` in `fzy.c` the same way you did in `tty_interface.c`.