fixed flash behaviour to be better
This commit is contained in:
@@ -44,7 +44,14 @@ Keymap("t", "<C-D>", "<C-\\><C-n>") -- escape terminal with c-d
|
||||
|
||||
-- Flash keymaps
|
||||
Keymap("n", "ss", function()
|
||||
require("flash").jump()
|
||||
require("flash").jump({
|
||||
search = {
|
||||
mode = "fuzzy",
|
||||
},
|
||||
highlight = {
|
||||
backdrop = true,
|
||||
},
|
||||
})
|
||||
end)
|
||||
Keymap("n", "S", function()
|
||||
require("flash").treesitter()
|
||||
|
||||
Reference in New Issue
Block a user