zle
Verified for current stable LTS
Zle Command: Create Alias Of Widget
Use for create alias of widget with Zle. Exact CLI syntax to create alias of widget using Zle.
When to use this: Use for create alias of widget with Zle.
Command Syntax
zle -A <original_widget> <alias_name> zle -A <original_widget> <alias_name> Command Breakdown
-A- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create alias of widget using Zle.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Zle Command: Create New User Defined Widget
zle -N <widget_name> <optional_shell_function_name> Zle Command: Delete Widget zle -D <widget_name> Zle Command: Invoke Widget From Another Widget zle <widget_name> Zle Command: List All Widgets Including Built In zle -la Zle Command: List User Defined Widgets zle -l