Unable to make a backward TAB as Shift-TAB in Zsh -


try this:

  bindkey '^ [[z' reverse -Menu-Full  

If this is not work, try executing zsh in this way (which makes setopt MENU_COMPLETE ):

< Pre> zsh -Y

and then try again!


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -