comparison zshrc @ 92:afe2d02577c2

Small fixes to vimrc
author zegervdv <zegervdv@me.com>
date Thu, 07 Aug 2014 08:39:22 +0200
parents 3a37086414bd
children cdff2a5e45b2
comparison
equal deleted inserted replaced
91:97744720e080 92:afe2d02577c2
79 zstyle ':completion:*:messages' format '%d' 79 zstyle ':completion:*:messages' format '%d'
80 zstyle ':completion:*:options' auto-description '%d' 80 zstyle ':completion:*:options' auto-description '%d'
81 81
82 # describe options in full 82 # describe options in full
83 zstyle ':completion:*:options' description 'yes' 83 zstyle ':completion:*:options' description 'yes'
84 # Provide more processes in completion of programs like killall:
85 zstyle ':completion:*:processes-names' command 'ps c -u ${USER} -o command | uniq'
86 84
87 # complete manual by their section 85 # complete manual by their section
88 zstyle ':completion:*:manuals' separate-sections true 86 zstyle ':completion:*:manuals' separate-sections true
89 zstyle ':completion:*:manuals.*' insert-sections true 87 zstyle ':completion:*:manuals.*' insert-sections true
90 zstyle ':completion:*:man:*' menu yes select 88 zstyle ':completion:*:man:*' menu yes select