kylechui / nvim-surround

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

feat: Support control characters for modifying `surrounds`. (#179) #211

Closed idanarye closed 1 year ago

idanarye commented 1 year ago

BREAKING CHANGE: User defined invalid_key_behavior handlers will be activated for control characters that don't have defined surrounds.

kylechui commented 1 year ago

Looks good to me, thanks for the PR!