Rosettea / Hilbish

🌓 The Moon-powered shell! A comfy and extensible shell for Lua fans! 🌺 ✨
https://rosettea.github.io/Hilbish/
MIT License
505 stars 22 forks source link

feat: select multiple completion entries #216

Open TorchedSammy opened 1 year ago

TorchedSammy commented 1 year ago

saw this in fzf tab, would be good if you could select multiple completion results with alt enter or some bind like that

I think a completer would have to return some "context" to know what to put before the actual completion because I imagine it would be a problem of completing full file paths vs just selecting multiple flags ?