Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Aug 22, 2024
1 parent a1cfba4 commit 6925452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/configs/folke/flash-nvim/keys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ local set_lazy_key = require("builtin.utils.keymap").set_lazy_key
local M = {
set_lazy_key({ "n", "x", "o" }, "s", function()
require("flash").jump()
end, { desc = "Jump forward" }),
end, { desc = "Jump" }),
set_lazy_key({ "o" }, "r", function()
require("flash").remote()
end, { desc = "Remote flash" }),
end, { desc = "Jump in operator-pending" }),
}

return M

0 comments on commit 6925452

Please sign in to comment.