Announcing ‘mini.operators’

announce
reddit
Text edit operators: replace, exchange, multiply, sort, evaluate; with count and dot-repeat support
Author

Evgeni Chasnovski

Published

August 15, 2023

Originally posted on Reddit

Hello, Neovim users!

I am overjoyed to release mini.operators - new module of mini.nvim with various text edit operators. It can also be installed using separate GitHub repository.


Initially I planned to do a ‘mini.exchange’ module for only “exchange” operator. After exploration of other useful operators, I got a little excited with possibilities. As they all mostly fit into “various text edit operators” category, I decided to upgrade my plans to include more operators.

At first, some of them didn’t seem that useful, but continuous practice unveiled interesting minor “quality of life” improvements in frequent mundane tasks:


Here are main features of ‘mini.operators’:

See MiniOperators-overview and MiniOperators.config for more details.

For full documentation see help file.


Please, check it out and tell me what you think! You can leave your suggestions either here in comments or in dedicated beta-testing issue.

Thanks!