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 {
|
-- require("nvim-surround").setup {
|
||||||
opts = {
|
opts = {
|
||||||
keymaps = {
|
keymaps = {
|
||||||
normal = ",s",
|
normal = "gs",
|
||||||
normal_line = "gS",
|
normal_line = "gS",
|
||||||
delete = "d,s",
|
delete = "dgs",
|
||||||
visual = ",S",
|
visual = "gs",
|
||||||
visual_line = ",S",
|
visual_line = "gS",
|
||||||
change = "cgs",
|
change = "cgs",
|
||||||
change_line = "cgS",
|
change_line = "cgS",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue