zi bindkeys
Summary
Section titled “Summary”List all bindkeys set up by each loaded plugin. Use this to audit key bindings and identify conflicts between plugins.
Syntax / Usage
Section titled “Syntax / Usage”zi bindkeysNo arguments.
Details
Section titled “Details”Iterates over all plugins loaded with zi load and prints the bindkey registrations each one made, as recorded during investigation. Output is grouped per plugin. This is a subset of the information shown by zi report but focused exclusively on key bindings, making it easier to spot conflicts or unexpected overwrites when multiple plugins bind the same keys.
Examples
Section titled “Examples”zi bindkeysCaveats / Common Mistakes
Section titled “Caveats / Common Mistakes”Only plugins loaded with zi load (investigation enabled) have binding data. Plugins loaded with zi light (without -b) do not appear in the output.
See Also
Section titled “See Also”- cmd-report
- cmd-list-plugins