Skip to content

Commit 54cd2c9

Browse files
authored
fix(motion): hop.nvim mappings (#220)
fix: hop.nvim mappings
1 parent dfa7e90 commit 54cd2c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lua/astrocommunity/motion/hop-nvim

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ return {
1717
{
1818
"s",
1919
function() require("hop").hint_words { extend_visual = true } end,
20-
mode = { "n" },
20+
mode = { "v" },
2121
desc = "Hop hint words",
2222
},
2323
{

0 commit comments

Comments
 (0)