kylechui / nvim-surround

Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua.
MIT License
3.18k stars 62 forks source link

feat: Allow cursor to remain fixed after an action. #80

Closed kylechui closed 2 years ago

kylechui commented 2 years ago

Creates a new option for setup that allows the user to choose whether or not the cursor should jump to the beginning of the action (add/change/delete).