Re-enable autocompletion options
This commit is contained in:
parent
203b157de8
commit
dfd0ed721b
1 changed files with 18 additions and 23 deletions
41
zshrc
41
zshrc
|
@ -344,29 +344,24 @@ setopt hist_ignore_all_dups sharehistory hist_ignore_space
|
||||||
# unsetopt clobber
|
# unsetopt clobber
|
||||||
|
|
||||||
# Afficher «zsh: exit ERREUR» en cas d'erreur ≠ 0
|
# Afficher «zsh: exit ERREUR» en cas d'erreur ≠ 0
|
||||||
# setopt print_exit_value
|
setopt print_exit_value
|
||||||
# zstyle ':completion:*' auto-description 'specify: %d'
|
zstyle ':completion:*' auto-description 'specify: %d'
|
||||||
# zstyle ':completion:*' completer _expand _complete _correct _approximate
|
zstyle ':completion:*' completer _expand _complete _correct _approximate
|
||||||
# zstyle ':completion:*' format 'Completing %d'
|
zstyle ':completion:*' format 'Completing %d'
|
||||||
# zstyle ':completion:*' group-name ''
|
zstyle ':completion:*' group-name ''
|
||||||
# zstyle ':completion:*' menu select=2
|
zstyle ':completion:*' menu select=2
|
||||||
# eval "$(dircolors -b)"
|
eval "$(dircolors -b)"
|
||||||
# zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
|
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
|
||||||
# zstyle ':completion:*' list-colors ''
|
zstyle ':completion:*' list-colors ''
|
||||||
# zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the
|
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
|
||||||
# character to insert%s
|
zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=* l:|=*'
|
||||||
# zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' 'm:{a-zA-Z}={A-Za-z}'
|
zstyle ':completion:*' menu select=long
|
||||||
# 'r:|[._-]=* r:|=* l:|=*'
|
zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
|
||||||
# zstyle ':completion:*' menu select=long
|
zstyle ':completion:*' use-compctl false
|
||||||
# zstyle ':completion:*' select-prompt %SScrolling active: current selection at
|
zstyle ':completion:*' verbose true
|
||||||
# %p%s
|
|
||||||
# zstyle ':completion:*' use-compctl false
|
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31'
|
||||||
# zstyle ':completion:*' verbose true
|
zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
|
||||||
#
|
|
||||||
# zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b)
|
|
||||||
# #([0-9]#)*=0=01;31'
|
|
||||||
# zstyle ':completion:*:kill:*' command 'ps -u $USER -o
|
|
||||||
# pid,%cpu,tty,cputime,cmd'
|
|
||||||
|
|
||||||
# Gestion des touches spéciales pour mon clavier
|
# Gestion des touches spéciales pour mon clavier
|
||||||
# Pour connaître le code d'une touche, exécuter «cat»
|
# Pour connaître le code d'une touche, exécuter «cat»
|
||||||
|
|
Loading…
Reference in a new issue