문제

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