Skip to content

Commit

Permalink
fix: spectre mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Feb 10, 2024
1 parent 8385d77 commit d20d38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/plugins/spectre.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ return {
"<leader>Rw",
mode = "v",
function()
require("spectre").open_visual({ select_word = true })
require("spectre").open_visual()
end,
desc = "Search current word",
},
Expand Down

0 comments on commit d20d38a

Please sign in to comment.