Skip to main content
Add link to Zsh Autocomplete
Source Link
Marlon Richert
  • 4.3k
  • 11
  • 38

Add this to your .zshrc file, after sourcing Oh-My-Zsh:

bindkey '\t' menu-complete 

Now Tab will behave exactly the same as ShiftTab, but in the opposite direction.


Alternatively, for more control over how completion behaves, install my Zsh Autocomplete plugin.

Add this to your .zshrc file, after sourcing Oh-My-Zsh:

bindkey '\t' menu-complete 

Now Tab will behave exactly the same as ShiftTab, but in the opposite direction.

Add this to your .zshrc file, after sourcing Oh-My-Zsh:

bindkey '\t' menu-complete 

Now Tab will behave exactly the same as ShiftTab, but in the opposite direction.


Alternatively, for more control over how completion behaves, install my Zsh Autocomplete plugin.

Source Link
Marlon Richert
  • 4.3k
  • 11
  • 38

Add this to your .zshrc file, after sourcing Oh-My-Zsh:

bindkey '\t' menu-complete 

Now Tab will behave exactly the same as ShiftTab, but in the opposite direction.