nvim surround
This commit is contained in:
+7
-7
@@ -1120,13 +1120,13 @@ local function makespecs_mini()
|
|||||||
version = false,
|
version = false,
|
||||||
opts = {
|
opts = {
|
||||||
mappings = {
|
mappings = {
|
||||||
add = "yu", -- Add surrounding in Normal and Visual modes
|
add = "gsa", -- Add surrounding in Normal and Visual modes
|
||||||
delete = "du", -- Delete surrounding
|
delete = "gsd", -- Delete surrounding
|
||||||
find = "]u", -- Find surrounding (to the right)
|
find = "gsf", -- Find surrounding (to the right)
|
||||||
find_left = "[u", -- Find surrounding (to the left)
|
find_left = "gsF", -- Find surrounding (to the left)
|
||||||
highlight = "<leader>uu", -- Highlight surrounding
|
highlight = "gsh", -- Highlight surrounding
|
||||||
replace = "cu", -- Replace surrounding
|
replace = "gsr", -- Replace surrounding
|
||||||
update_n_lines = "", -- Update `n_lines`
|
update_n_lines = "gsn", -- Update `n_lines`
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user