Skip to content

Commit

Permalink
fixed flash.lua overriding native vim binds
Browse files Browse the repository at this point in the history
  • Loading branch information
lipeeeee committed Nov 5, 2024
1 parent 2a8853c commit 1d41d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lipe/plugins/core/flash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ return {
opts = {},
keys = {
{ "s", mode = { "n", "o", "x" }, function() require("flash").jump() end, desc = "Flash" },
{ "S", mode = { "n", "o", "x" }, function() require("flash").treesitter() end, desc = "Flash Treesitter" },
{ "S", mode = { "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" },
{ "<c-s>", mode = { "c" }, function() require("flash").toggle() end, desc = "Toggle Flash Search" },
Expand Down

0 comments on commit 1d41d92

Please sign in to comment.