Vim/Neovim Skills
Modal text editor commands for efficient editing. Navigation, search, replace, buffers, and configuration essentials.
4 skills
Neovim Plugin Management with lazy.nvim
Set up lazy.nvim for Neovim plugin management — bootstrap installation, plugin specs, lazy-loading strategies, and modular configuration structure.
Vim Macro Recording & Replay
Master Vim macro recording for batch text transformations — record, replay, edit, and chain macros to automate repetitive editing tasks across files.
Advanced Search & Replace in Vim
Master Vim's search and substitution commands — regex patterns, global commands, multi-file search, and interactive replace workflows for large-scale codebase edits.
Vim Text Objects Mastery
Master Vim text objects for precise, semantic text selection and manipulation — inner/around words, quotes, brackets, paragraphs, tags, and custom Treesitter objects.