1
0
mirror of https://github.com/akelge/vim synced 2025-07-07 07:19:06 +00:00

updated config

This commit is contained in:
simonec
2011-04-13 14:13:13 +00:00
parent 275c4a7bbf
commit f42869f496
10 changed files with 65 additions and 18 deletions

View File

@ -1,19 +1,21 @@
#######################################################################################
# Start autocomplete
autoload -U compinit; compinit
# autoload -U compsys;
# compctl -g "*(-/)" + -g ".*(-/)" cd
# autoload -U compinit; compinit
autoload -U compsys;
compctl -g "*(-/)" + -g ".*(-/)" cd
# allow approximate
zstyle ':completion:*' completer _complete _match _approximate
zstyle ':completion:*:match:*' original only
zstyle ':completion:*:approximate:*' max-errors 1 numeric
# tab completion for PID :D
# # tab completion for PID :D
zstyle ':completion:*:*:kill:*' menu yes select
zstyle ':completion:*:kill:*' force-list always
# cd not select parent dir
# # cd not select parent dir
zstyle ':completion:*:cd:*' ignore-parents parent pwd
# compctl -g "*(-/)" + -g ".*(-/)" cd
#
# vim: set ts=4 sw=4 tw=0 ft=zsh :