diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-19 19:33:01 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-19 19:33:01 +0200 |
commit | 42562531389e9998c83a1c05a1551244e4457f55 (patch) | |
tree | 726751aa9e3eae2e7df7d68fbb813bdca38ef3fa /etc/completion |
initial commit
Diffstat (limited to 'etc/completion')
-rw-r--r-- | etc/completion | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/completion b/etc/completion new file mode 100644 index 0000000..a31d682 --- /dev/null +++ b/etc/completion @@ -0,0 +1,7 @@ +## vim:ft=zsh + +zstyle ':completion:*' list-colors $(dircolors $HOME/packages/zsh/etc/dircolors | head -n 1 | sed -r 's/LS_COLORS=|;$//g') +# Mark the current selection when tabbing through possible completions +zstyle ':completion:*' menu select=1 +# Also complete uppercase names with lowercase +zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' '' |