echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.45k stars 171 forks source link

Surround arround motion #993

Closed ccolorado closed 6 days ago

ccolorado commented 1 week ago

Contributing guidelines

Module(s)

mini.surround

Description

On Tim Pope's vim surround ysa$" would surround from my cursor position to the end of the line, you'll be surprised how often this is used when refactoring code.

echasnovski commented 6 days ago

On Tim Pope's vim surround ysa$" would surround from my cursor position to the end of the line, you'll be surprised how often this is used when refactoring code.

sa$" can already do that.