mrjohannchang / zsh-interactive-cd

Fish like interactive tab completion for cd in zsh
Mozilla Public License 2.0
314 stars 37 forks source link

feat: Implement back-del-char/eof fzf keybinding #12

Closed jrwrigh closed 4 years ago

jrwrigh commented 4 years ago

Partially resolves #5

jrwrigh commented 4 years ago

I'm not sure why this was closed... I just made a fix and then rebased it to the previous commit...

jrwrigh commented 4 years ago

I think the issue was that I force-pushed from a "shallow clone" (it was created through a plugin manager), which caused git to think I had recreated the entire repository myself.

I've opened up #13 to replace this one.