Skip to content

Commit

Permalink
fix(motion): hop.nvim mappings (#220)
Browse files Browse the repository at this point in the history
fix: hop.nvim mappings
  • Loading branch information
jay-babu authored May 24, 2023
1 parent dfa7e90 commit 54cd2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/hop-nvim/hop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ return {
{
"s",
function() require("hop").hint_words { extend_visual = true } end,
mode = { "n" },
mode = { "v" },
desc = "Hop hint words",
},
{
Expand Down

0 comments on commit 54cd2c9

Please sign in to comment.