From 451de028d45c9a4eb69ae89c3c25a1a0c140c6ca Mon Sep 17 00:00:00 2001 From: Andrea Alberti Date: Mon, 9 Feb 2026 12:53:24 +0100 Subject: [PATCH] feat(external): added zsh-indent-control (#96) --- External-plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/External-plugins.md b/External-plugins.md index 65ff612..8506f85 100644 --- a/External-plugins.md +++ b/External-plugins.md @@ -35,6 +35,9 @@ Unlike [themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes), there `dockolor` is a lightweight plugin that enhances your docker ps experience with color-coded output based on container status. It also replaces common aliases like dps and dpsa if defined. +- [zsh-indent-control](https://github.com/alberti42/zsh-indent-control) + Turn leading Tab into spaces. Inserts a fixed number of spaces when you press Tab in the leading indentation area of the ZLE prompt, and otherwise preserves your normal Tab behavior (completion, etc.). + ### FUN - [Doge Say](https://github.com/txstc55/dogesay/blob/master/dogesay.plugin.zsh)