trackbinds
Summary
Section titled “Summary”trackbinds enables tracking of bindkey calls even when a plugin is loaded with the
lightweight zinit light command (where investigating is normally disabled). It is
required for bindmap'' to function in light-mode loads.
Syntax / Usage
Section titled “Syntax / Usage”zi ice trackbinds bindmap"^R -> ^T"zi light some/pluginDetails
Section titled “Details”zinit light skips Zinit’s reporting and tracking for faster loads. trackbinds is
an exception: it shadows only bindkey calls, leaving all other tracking disabled.
This is the same effect as passing -b to the light subcommand:
zi light -b some/plugin # equivalent to trackbinds iceDoes not work with snippets.
Examples
Section titled “Examples”# Remap Ctrl-R to Ctrl-T in a light-loaded pluginzi ice trackbinds bindmap"^R -> ^T"zi light zsh-users/zsh-history-substring-searchSee Also
Section titled “See Also”- bindmap
- light-mode