nvim surround: sensible keymaps
This commit is contained in:
@@ -3,6 +3,13 @@ return {
|
||||
version = "*",
|
||||
event = "VeryLazy",
|
||||
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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user