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
When I hit tab, I always get the second completion result, though shift+tab works correctly. The problem is with paths completions and with commands completions.
With the history menu ctrl + r there is no problem.
It's a strange bug that appeared only in 0.99.x.
Before that on the same config tab for given cases worked correctly.
Screen.Recording.2024-10-22.at.6.04.19.PM.mov
On the same machine in nu -n tab works normally.
On the discord @fdncred pointed out these two commits:
Describe the bug
When I hit tab, I always get the second completion result, though
shift+tabworks correctly. The problem is with paths completions and with commands completions.With the history menu
ctrl + rthere is no problem.It's a strange bug that appeared only in 0.99.x.
Before that on the same config
tabfor given cases worked correctly.Screen.Recording.2024-10-22.at.6.04.19.PM.mov
On the same machine in
nu -ntab works normally.On the discord @fdncred pointed out these two commits:
I tried to disable and rename the config shortcut (below), but with no success.
How to reproduce
enter some file path - click tab more than once.
@fdncred wasn't able to reproduce the bug both on windows and on Mac.
Expected behavior
I expect
tabto scroll through selectionsConfiguration