Skip to content

Commit

Permalink
navigate zsh completion using arrow keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Nov 3, 2024
1 parent 8fd468f commit 6066563
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}
# zstyle ':completion:*' list-suffixes
# zstyle ':completion:*' expand prefix suffix

# navigate completions using the arrow keys:
zstyle ':completion:*' menu select


# https://scriptingosx.com/2019/07/moving-to-zsh-part-7-miscellanea/
# History search using arrow keys
Expand Down

0 comments on commit 6066563

Please sign in to comment.