I accidentally discovered that both “cd …” and “…” work, and moreover, I can add more dots to go back further! I’m using zsh on iTerm2 on macOS. I’m pretty sure this isn’t a cd feature. Is this specific to zsh or iTerm2? Are there other cool features I just never knew existed??
I’m so excited about an extra dot right now.
Well, I’m a
fish
guy, so there’s two things I can tell you:fish
does not support this particular syntactic sugar.fish
-like autosuggestions inzsh
via this: https://github.com/zsh-users/zsh-autosuggestionsThough I use fish as well, this is some good info 👍.