zimfw/modules/completion
Eric Nielsen b180b40b27 Update submodules
* zsh-autosuggestions to release v0.6.3
* zsh-completions to release 0.30.0
* zsh-history-substring-search to HEAD
* zsh-syntax-highlighting to HEAD
* lean to HEAD
* liquidprompt to HEAD
* pure to release v1.10.3
2019-07-13 18:30:33 -05:00
..
external@cf565254e2 Update submodules 2019-07-13 18:30:33 -05:00
README.md [completion] Add options to README.md 2018-12-15 16:54:32 -05:00
init.zsh [completion] Add options to README.md 2018-12-15 16:54:32 -05:00

README.md

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.