edit surround keybindings
This commit is contained in:
parent
814240c351
commit
eca0ed608d
1 changed files with 4 additions and 4 deletions
|
|
@ -155,11 +155,11 @@ return {
|
|||
-- require("nvim-surround").setup {
|
||||
opts = {
|
||||
keymaps = {
|
||||
normal = ",s",
|
||||
normal = "gs",
|
||||
normal_line = "gS",
|
||||
delete = "d,s",
|
||||
visual = ",S",
|
||||
visual_line = ",S",
|
||||
delete = "dgs",
|
||||
visual = "gs",
|
||||
visual_line = "gS",
|
||||
change = "cgs",
|
||||
change_line = "cgS",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue