Open dylnmc opened 7 years ago
Hi dylnmc, sorry not sure why I didn't get a notification for this thread. I get what you said, because it's now hard coded, I didn't know there's a globbing qualifier before, so I didn't think of it. I'll put it in to-do list and do it when I have time. PR is welcome too!
any progress on this?
Not from me :sob: I haven't been using it much
If I am exploring a new directory for the first time, or I am looking for some sort of completion for both dot- and non-dot-files, I expect there to be some sort of functionality that allows me to search for both. I am not extremely familiar with globbing in zsh, but it might have something to do with that (?). I just find it odd that
cd
tab doesn't complete all files; rather, it only completes either non-"hidden" files or "hidden" files.Even
cd (D)
doesn't work (zsh "D" globbing qualifier) ... although I suppose that there could be a file named\(D\)
.It would be nice to be able to press ctrl
+
h and get hidden files (either mixed with all results or maybe even just toggle from non-hidden to hidden and vice versa).Thanks for cool fzf plugin though! dylnmc