39
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 03 Nov 2023
39 points (100.0% liked)
Programming
13360 readers
9 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
Yup, that's what I've always understood. Seems like this is zsh-specific, since using the default Terminal app with zsh also works. Do you know if other shells (fish, csh, etc.) support this syntactic sugar? Anything else zsh has that I should know?
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 ๐.
Eshell, the Emacs shell, supports this feature out of the box, regardless of the OS it runs on.