Skip to content

Commit

Permalink
fix: Keymap for change_line. (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinio2000 authored Dec 4, 2023
1 parent 0855a89 commit bd7bb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-surround/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ M.set_keymaps = function(args)
},
})
M.set_keymap({
name = "change",
name = "change_line",
mode = "n",
lhs = M.get_opts().keymaps.change_line,
rhs = "<Plug>(nvim-surround-change-line)",
Expand Down

0 comments on commit bd7bb26

Please sign in to comment.