Tag: operators
All the articles with the tag "operators".
-
Learning Neovim > 2: Editing Operators
1 min · 269 wordsNeovim's editing model is built on operators + motions. An operator performs an action (delete, change, yank…), and a motion tells it how far to reach.