Skip to content

Commit cbb7302

Browse files
authored
fix(hop-nvim): visual-selection related keymapping bug (#1630)
1 parent de3cff0 commit cbb7302

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/motion/hop-nvim

1 file changed

+1
-1
lines changed

lua/astrocommunity/motion/hop-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ return {
99
["s"] = { function() require("hop").hint_words() end, desc = "Hop hint words" },
1010
["<S-s>"] = { function() require("hop").hint_lines() end, desc = "Hop hint lines" },
1111
},
12-
v = {
12+
x = {
1313
["s"] = { function() require("hop").hint_words { extend_visual = true } end, desc = "Hop hint words" },
1414
["<S-s>"] = {
1515
function() require("hop").hint_lines { extend_visual = true } end,

0 commit comments

Comments
 (0)