How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Highlights the current /, ? or * match under your cursor when pressing n or N and gets out of the way afterwards.
The main features of rktjmp/highlight-current-n.nvim are: Search and Replace.
Projects with overlapping indexed features 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.
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.