From 167496fee3557d092cd3645dbf939c1e2dced25a Mon Sep 17 00:00:00 2001 From: Ricardo Sousa Date: Thu, 10 Sep 2026 15:49:00 +0100 Subject: [PATCH] Update Plugins.md (#133) Updated the plugins wiki page to include entries for the plugins zsh-autosuggestions and zsh-syntax-highlighting. --- Plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plugins.md b/Plugins.md index b7b702b..bb499ef 100644 --- a/Plugins.md +++ b/Plugins.md @@ -377,8 +377,10 @@ plugins=(rails git ruby) - [zbell](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zbell): this plugin prints a bell character when a command finishes if it has been running for longer than a specified duration. - [zeus](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zeus): [Zeus](https://github.com/burke/zeus) preloads your Rails environment and forks that process whenever needed. This effectively speeds up Rails' boot process to under 1 sec. This plugin adds autocompletion for zeus and aliases for common usage. - [zoxide](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zoxide): initializes [zoxide](https://github.com/ajeetdsouza/zoxide), a smarter cd command for your terminal. +- [zsh-autosuggestions](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-autosuggestions): this plugin suggests commands as you type, based on command history and completions. - [zsh-interactive-cd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-interactive-cd): this plugin provides an interactive way to change directories in zsh using fzf. - [zsh-navigation-tools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-navigation-tools): set of tools like `n-history` – multi-word history searcher, `n-cd` – directory bookmark manager, `n-kill` – `htop` like kill utility, and more. Based on `n-list`, a tool generating selectable curses-based list of elements that has access to current `Zsh` session, i.e. has broad capabilities to work together with it. Feature highlights include incremental multi-word searching, approximate matching, ANSI coloring, themes, unique mode, horizontal scroll, grepping, advanced history management and various integrations with `Zsh`. +- [zsh-syntax-highlighting](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-syntax-highlighting): this plugin enables Fish-like syntax highlighting for commands as they are typed at a zsh prompt. ### Removed