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.
A tiny Neovim plugin to highlight text matching the current selection in visual mode π«
The main features of wurli/visimatch.nvim are: Search and Replace.
Open-source alternatives to wurli/visimatch.nvim include: sinelaw/fresh β Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiarβ¦ ankushbhagats/match.nvim β A minimal Neovim plugin for floating search & replace with live match tracking, navigation, and quick replacements. backdround/improved-search.nvim β Add search abilities. bravoecho/brook.nvim β Ripgrep that feels like Vim. chrisgrieser/nvim-rip-substitute β Search & replace in the current buffer or workspace with incremental preview, a convenient UI, and modern regex syntax. acksld/muren.nvim β Multiple replacements in neovim.