nvim-surround
nvim-surround copied to clipboard
Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua.
On behalf of #79, add a new keymap for toggling quotes, perhaps ~~`ytq` for "you toggle quotes"~~ `tsq` for "toggle surrounding quotes. For example in the buffer: ```lua local str...
Note: To respect your time, I will continuously update this top-level comment with information, as new ideas get discussed in the comments. This project *needs* a massive documentation overhaul, from...
One of my personal goals is for you to feel like `nvim-surround` is *working for you*, instead of the other way around. I want things to feel intuitive and to...
when I do for example `ysiw"` and then go to any other location and `.` the cursor jumps to the position it had when executing the keybind `ysiw"` I set...
**Checklist** - [x] Have you read through `:h nvim-surround` to see if there might be any relevant information there? **Describe the solution you'd like** - print('hello') > dsf > 'hello'...
I think using `yaml` instead of `markdown` is way better for user experience because it allows things like required fields, checkboxes and non-modifiable text :D I got a bit of...
If this is a general question about the plugin or a point of confusion on a feature, please check [the wiki](https://github.com/kylechui/nvim-surround/wiki) before [opening a new discussion post](https://github.com/kylechui/nvim-surround/discussions/new). **Checklist** - [X]...
I will be using this thread as the *main* place to notify users of breaking changes, so subscribe to this issue to stay up to date about changes that may...
**Checklist** - [x] Have you read through `:h nvim-surround` to see if there might be any relevant information there? **Is your feature request related to a problem? Please describe.** I...