nvim: back to \\ as main flash key, improve doc for highlights key

This commit is contained in:
2026-03-08 20:10:03 +01:00
parent a9415caa6e
commit 0d65fc0d2a
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ if ok then
local set = vim.keymap.set
set({ "n", "x", "o" }, "<leader><space>", function()
set({ "n", "x", "o" }, "\\", function()
require("flash").jump()
end, { desc = "Flash" })
set({ "n", "x", "o" }, "=", function()