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
bindkey '^X^A' fasd-complete # C-x C-a to do fasd-complete (files and directories)
bindkey '^X^F' fasd-complete-f # C-x C-f to do fasd-complete-f (only files)
bindkey '^X^D' fasd-complete-d # C-x C-d to do fasd-complete-d (only directories)
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
-
I'm trying to migrate from
fasd
tozoxide
but one thing I use is ZLE widgets that let me trigger completion in the middle of a line.https://github.com/clvv/fasd#tab-completion shows the examples:
Is there something similar for zoxide?
Beta Was this translation helpful? Give feedback.
All reactions