-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab disabled by PSFzf? #12
Comments
Sorry for the delayed response. I haven't been able to recreate this issue. can you copy and paste your
|
Hello If I open a new PowerShell console after setting
and typing
I searched this error and saw a reference to another module by you, Fasdr. I installed this and am getting the above error. |
Hello I looked a bit further into this whilst learning PowerShell. If I don't load PSFzf but load Fasdr, I get the same issue ie pressing tab does not autocomplete the command/file/directory. So the issue seems to be Fasdr rather than PSFzf. For now, I have this in my $profile:
Obviously, this results in not having Fasdr functionality but the other features of PSFzf are worth having! The $error command returns nothing. HTH |
Is this issue still open? It seems that the latest version PSFzf does not load Fasdr by default anymore as there is no Set-Frecent command availabe after loading PSFzf. |
See also kelleyma49/fasdr#21 |
I introduced a breaking change in order to improve startup |
Thank you. This issue could then be closed, lest someone fear problems that no longer exist. |
Hello
I've enabled PSFzf with the commands:
This all works. However, when I'm in PowerShell, the
tab
key does nothing!If I use
Import-Module PSFzf -ArgumentList 'Ctrl+T','Ctrl+R', 'Tab'
Then I get fzf invoked when I press
tab
.How do I get the default tab behaviour whilst using PSfzf. Note
tab
works fine when using just PSReadline and fzf.I'm using Windows 10 Creators Update with PowerShell 5.1.
Thanks
Praful
The text was updated successfully, but these errors were encountered: