1
0
Fork 0
mirror of synced 2024-05-29 05:21:11 -04:00
zimfw/modules/completion
Eric Nielsen ab41c4484d [completion] Add options to README.md
Prefer `setopt NO_FOO` instead of `unsetopt FOO`, as former is easier to
document in the README.

Stick with the following style for the README:

* Header 1 with the module name is in `lowercase`.
* Other headers are in `Sentence case`. Common header names that should
  be consistently used are `Aliases`, `Contributing`, `Functions`,
  `Settings`, and `Zsh options`.
2018-12-15 16:54:32 -05:00
..
external@8ec8c8c5c6 [completion] Update submodule to version 0.29.0 2018-11-26 21:33:30 -05:00
init.zsh [completion] Add options to README.md 2018-12-15 16:54:32 -05:00
README.md [completion] Add options to README.md 2018-12-15 16:54:32 -05:00

completion

Enables and configures smart and extensive tab completion.

Completions are sourced from zsh-completions.

Zsh options

  • ALWAYS_TO_END moves cursor to end of word if a full completion is inserted.
  • PATH_DIRS performs path search even on command names with slashes in them.
  • NO_CASE_GLOB makes globbing case insensitive.
  • NO_LIST_BEEP doesn't beep on ambiguous completions.

Contributing

Command completions should be submitted upstream to zsh-completions.