Skip to content

Enables and configures smart and extensive tab completion.

Notifications You must be signed in to change notification settings

Redoubts/completion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

completion

Enables and configures smart and extensive tab completion.

Additional completion definitions are available in the zsh-completions module. This module must be sourced after it.

Settings

By default, the configuration is dumped to ${ZDOTDIR:-${HOME}}/.zcompdump. This file is produced to speed up the completion initialization. The file path can be customized with the following zstyle:

zstyle ':zim:completion' dumpfile '/path/to/.zsh_dumpfile'

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.

About

Enables and configures smart and extensive tab completion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%