I have completion menu configured in my zsh. It works great, no problem.
Now I want to make my zsh act like that:
Let's say there are 3 files in a directory:
- somefile_first
- somefile_second
- somefile_third
Now when I press [TAB], I get completion menu with the first file placed in the command line. But I want zsh to complete the common part of file names (in this example it would be somefile_), do not place anything else after the common part, and let me navigate through completion menu.
How do I do that?