-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add option to use something else instead of Set-Location
with Invoke-FzfPsReadlineHandlerSetLocation
#88
Comments
Nevermind, I see what you mean. You would want to change this line. You should be able to go into your local copy of the module and update this line. Line 746 in 0843f35
P.S. There is a new alpha release |
Also, did you Build the The solution also has a dependency on this add-on. |
I added a new option to Line 34 in 626aa36
|
That works perfectly with zoxide. Thank you very much! |
This package is awesome! The Alt+C binding is what I’m most interested in. I try to avoid
cd
/Set-Location
, though; I’d like to be able to usePush-Location
or even zoxide instead. Would it be possible to add a setting to use a different command? (I tried to do this myself and thought I got it right on the script side, but I couldn’t figure out how to get PowerShell to pick up my changes even after rebuilding and reimporting.)The text was updated successfully, but these errors were encountered: