lebr0nli / GEP

GEP (GDB Enhanced Prompt) - a GDB plug-in to enhance your GDB with fzf history search, fish-like autosuggestions, tab auto-completion with fzf, and more!
MIT License
93 stars 7 forks source link

Show the prompt while running fzf #44

Closed lebr0nli closed 3 months ago

lebr0nli commented 3 months ago

Before this patch, while pressing Ctrl-r with info and pressing TAB with info b:

image image

You can notice that the prompt before pressing the key binding gone, which looks a little bit weird.

After this patch:

image image