This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
zim/modules/completion/README.md

14 lines
399 B
Markdown
Raw Permalink Normal View History

2015-12-15 02:07:30 -05:00
Completion
==========
Enables and configures smart and extensive tab completion.
2015-12-15 02:30:31 -05:00
Completions are sourced from [zsh-completions](https://github.com/zsh-users/zsh-completions).
2015-12-15 02:07:30 -05:00
This should be the **LAST** module in the `zmodules` list in your `.zimrc`.
2015-12-15 02:07:30 -05:00
Contributing
------------
2015-12-15 02:30:31 -05:00
Command completions should be submitted [upstream to zsh-completions](https://github.com/zsh-users/zsh-completions).