Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge
A minimal Neovim plugin for floating search & replace with live match tracking, navigation, and quick replacements.
Ripgrep that feels like Vim
The main features of bravoecho/brook.nvim are: Search and Replace.
Open-source alternatives to bravoecho/brook.nvim include: sinelaw/fresh — Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar… 2kabhishek/seeker.nvim — Progressive file seeker for Neovim 🔍🎯. backdround/improved-search.nvim — Add search abilities. chrisgrieser/nvim-rip-substitute — Search & replace in the current buffer or workspace with incremental preview, a convenient UI, and modern regex syntax. ankushbhagats/match.nvim — A minimal Neovim plugin for floating search & replace with live match tracking, navigation, and quick replacements. acksld/muren.nvim — Multiple replacements in neovim.