mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 17:03:39 +02:00
fix(flash): don't override R
in normal mode
This commit is contained in:
parent
c998be8fa4
commit
c5759a451f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ return {
|
|||
},
|
||||
{
|
||||
"R",
|
||||
mode = { "n", "o", "x" },
|
||||
mode = { "o", "x" },
|
||||
function()
|
||||
require("flash").treesitter_search()
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue