mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-02-22 22:28:00 +00:00
11 lines
244 B
Lua
11 lines
244 B
Lua
|
require("mini.surround").setup({
|
||
|
mappings = {
|
||
|
add = "sa",
|
||
|
delete = "sd",
|
||
|
replace = "sr",
|
||
|
update_n_lines = "",
|
||
|
suffix_last = "", -- Suffix to search with "prev" method
|
||
|
suffix_next = "", -- Suffix to search with "next" method
|
||
|
},
|
||
|
})
|