Are there any shells which support tab-completion of strings based on more than just the first characters?

For example, say I have the branch add_page_to_site, when I do git checkout si[TAB], it expands to git checkout add_page_to_site.

Are there any shells that support this? zsh? fish?

有帮助吗?

解决方案 2

Seems like there isn't - that's a shame =)

其他提示

That is called bash-completion. It's a package on most distros.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top