Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Rewrite of zsh-newuser-install (Mikael's subthread)



On 4/5/21, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>> bindkey "$key[Backtab]" reverse-menu-complete
>> bindkey -M menuselect -s "$key[Backtab]" "$key[Return]$key[Tab]"

Also just noticed you have both of these, so if you press shift-tab
twice it will first do a reverse-menu-complete inserting the last
match, then if you press it again it accepts it and inserts the first
match.

-- 
Mikael Magnusson




Messages sorted by: Reverse Date, Date, Thread, Author