about key bindings failing for CD **<tab>, but works for other bindings #2700
Unanswered
mirageglobe
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi all, wonder if anyone can help? I have keybindings updated to "??" in my .bashrc, which is sourced by bash_profile. am using mac os x (monterey) via homebrew.
something weird that I couldnt figure out was
vim ??<tab>
works fine, so doesssh ??<tab>
andexport ??<tab>
. however keybindings forCD ??<tab>
andunset ??<tab>
does nothing.ctrl+t
works,ctrl+r
works, so technically I can docd <ctrl+t>
. I am pondering about_fzf_comp_gen_dir()
and maybe it has issues? I wonder if anyone has seen similar on latest fzf or has come across this? I have also changed the trigger to be???
just in case, and still it doesnt work.have spent quite some time.. disabling quite a bit of config and seems to be futile. it would be perhaps easier if it was not working at all and not partially :D, which doesnt make sense. would it be bash_completion@2 which maybe does something funky?
thanks for any hints or possibilities to look! 🙇
Beta Was this translation helpful? Give feedback.
All reactions