You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let's say I have a folder foo with a file bar inside it
I want to edit the file bar
What I'd type from bash is: nvim f<Tab>b<Tab> which would expand to nvim foo/bar
Now, within nvim, if I use nvim-cmp, replacing nvim in the command with :e, I have the same result
The problem I have with blink is that the menu doesn't autoclose after the completion of foo, and thus the second tab won't complete to bar but instead switch to the next element in the menu
So that's my question: how to make the menu auto close in that situation
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
let's say I have a folder
foo
with a filebar
inside itI want to edit the file bar
What I'd type from bash is:
nvim f<Tab>b<Tab>
which would expand tonvim foo/bar
Now, within nvim, if I use nvim-cmp, replacing nvim in the command with :e, I have the same result
The problem I have with blink is that the menu doesn't autoclose after the completion of foo, and thus the second tab won't complete to bar but instead switch to the next element in the menu
So that's my question: how to make the menu auto close in that situation
Beta Was this translation helpful? Give feedback.
All reactions