Skip to content

Commit

Permalink
Disable automatic expansion of zsh-autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
tshu-w committed Jan 13, 2025
1 parent d2ec29d commit 7fef102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ zstyle ':completion:*:processes' command 'ps x'
zstyle ':autocomplete:*' min-input 1
zstyle ':autocomplete:*complete*:*' insert-unambiguous yes
zstyle ':completion:*:*' matcher-list 'm:{[:lower:]-}={[:upper:]_}' '+r:|[.]=**'
zstyle ':completion:*' completer _complete _complete:-fuzzy _correct _approximate _ignored
bindkey -M menuselect "^[m" accept-and-hold
bindkey -M menuselect "^I" menu-complete
bindkey -M menuselect "$terminfo[kcbt]" reverse-menu-complete
Expand Down

0 comments on commit 7fef102

Please sign in to comment.