Adds keybindings for global search and replace on the current Zsh command line.
zsh-sed-sub is a Zsh plugin that enhances command-line editing by adding keybindings for performing global search and replace operations directly on the current command line. This functionality streamlines workflow for users who frequently edit complex commands, reducing the need for manual retyping.
s/old/new/g style substitutions on the current command line using intuitive keybindings.viins) and vi command mode (vicmd), catering to users who prefer vi-style editing in Zsh.Ctrl-F Ctrl-P triggers the substitution function, making it easily accessible during command editing.The plugin follows a minimalist approach, focusing on a single, well-defined utility that integrates seamlessly with Zsh's existing keybinding system without adding unnecessary complexity.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.