I'll give a small example:
pnpm i
I use this 50 times a day. Warp picks the first completion starting with i which is import , something i never want to do.
I know i can type in and it will work, but muscle memory for i which is a built in alias is just too strong.
Some options:
- record preferred completions, if i was install x times, move it to the top
- allow a favortite (Raycast has this for example)
- prefer short over long (so i would just be i, and does not need to be extended)