mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
Improve display of ZSH completions
This commit is contained in:
13
zshrc
13
zshrc
@@ -65,6 +65,19 @@ zinit light zsh-users/zsh-completions
|
||||
zinit ice wait lucid atload"!_zsh_autosuggest_start"
|
||||
zinit light zsh-users/zsh-autosuggestions
|
||||
|
||||
# ==============================================================================
|
||||
# Completion
|
||||
# ==============================================================================
|
||||
|
||||
# Group completions by type under group headings
|
||||
zstyle ':completion:*' group-name ''
|
||||
zstyle ':completion:*:descriptions' format '%B%d%b'
|
||||
|
||||
# Improve selection of Makefile completions - from:
|
||||
# https://github.com/zsh-users/zsh-completions/issues/541#issuecomment-384223016
|
||||
zstyle ':completion:*:make:*:targets' call-command true
|
||||
zstyle ':completion:*:make:*' tag-order targets
|
||||
|
||||
# ==============================================================================
|
||||
# Private Dotfiles
|
||||
# ==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user