diff --git a/lua/lazyvim/plugins/extras/editor/flash.lua b/lua/lazyvim/plugins/extras/editor/flash.lua index 0d55fd6f..1b5ce595 100644 --- a/lua/lazyvim/plugins/extras/editor/flash.lua +++ b/lua/lazyvim/plugins/extras/editor/flash.lua @@ -34,7 +34,7 @@ return { }, { "R", - mode = { "n", "o", "x" }, + mode = { "o", "x" }, function() require("flash").treesitter_search() end,