Skip to content

Commit

Permalink
fix: naming in flash
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Feb 21, 2025
1 parent 1bf464f commit b65a9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/flash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return {
{ "s", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash" },
{ "S", mode = { "n", "o", "x" }, function() require("flash").treesitter() end, desc = "Flash Treesitter" },
{ "r", mode = "o", function() require("flash").remote() end, desc = "Remote Flash" },
{ "R", mode = { "o", "x" }, function() require("flash").treesitter_search() end, desc = "Treesitter Search" },
{ "R", mode = { "o", "x" }, function() require("flash").treesitter_search() end, desc = "Flash Treesitter Search" },
{ "<c-s>", mode = { "c" }, function() require("flash").toggle() end, desc = "Toggle Flash Search" },
},
}

0 comments on commit b65a9fc

Please sign in to comment.