nvim surround: sensible keymaps
This commit is contained in:
@@ -3,6 +3,13 @@ return {
|
|||||||
version = "*",
|
version = "*",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
config = function()
|
config = function()
|
||||||
require("nvim-surround").setup()
|
require("nvim-surround").setup({
|
||||||
|
keymaps = {
|
||||||
|
add = "S", -- Add surrounding
|
||||||
|
delete = "SD", -- Delete surrounding
|
||||||
|
change = "SC", -- Change surrounding
|
||||||
|
change_line = "SCL", -- Change surrounding on current line
|
||||||
|
},
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user