| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years |
| seen | Apr 25 at 17:40 | |
| stats | profile views | 3 |
|
Apr 22 |
awarded | Supporter |
|
May 17 |
comment |
zsh equivalent of bash show-all-if-ambiguous? I finally got the solution. I needed your 2 options plus removing ALWAYS_LAST_PROMPT. So this gives me the elusive behavior I wanted: setopt bash_auto_list; setopt no_auto_menu; unsetopt ALWAYS_LAST_PROMPT; Once again, thank you for helping me out with this. I appreciate your persistence |
|
May 1 |
comment |
zsh equivalent of bash show-all-if-ambiguous? Thank you, you're right. I'm not sure why I didn't see that earlier. Is it possible to get it to redisplay the list on 2nd, 3rd, 4th TAB instead of nothing? Human instinct is to think your keyboard isn't working if nothing happens on 2nd, 3rd, 4th tab keypress. |
|
Apr 27 |
awarded | Student |
|
Apr 18 |
asked | zsh equivalent of bash show-all-if-ambiguous? |