Neovim Lua plugin with fast and feature-rich surround actions. Part of 'mini.nvim' library.
Repository: https://github.com/nvim-mini/mini.surround
Fast and feature-rich surround actions.
The default prefix for mini.surround actions is set to gz.
| Mapping | Action |
|---|---|
gza |
Add surrounding in Normal and Visual modes |
gzd |
Delete surrounding |
gzf |
Find surrounding (to the right) |
gzF |
Find surrounding (to the left) |
gzh |
Highlight surrounding |
gzr |
Replace surrounding |
gzn |
Update n_lines |